v0.2.0
Dependencies:
- upgrade go-sample: v0.1.1 -> v0.6.0
There is no other change since v0.1.0.
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgaI4c9mek7HCsy7i09sjKwKgQQU
Qm4dPLa0FjypGl40oAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQJfIhEbIupdXVHgNjTPcpd/mk34WHTOFDNei9mCB3IqdkCoTHmQZ3nabiZuZKYkR2Z
ALk+e2WGhccplLSrfpeAA=
-----END SSH SIGNATURE-----
Breaking Changes:
* There is no more cobra CLI interface.
* Removed all subcommands
* Removed all command line flags (-u, -w etc.)
* Currently there is only a "hello world"
Added Cobra CLI interface
Breaking Changes:
* You should use subcommands. Like:
sample-go help
Added Features:
* sample-go greet
* help output (see sample-go help)