Commit Graph

6 Commits

Author SHA1 Message Date
surtur d32b44aedd
app(main_test): log success
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-27 22:06:30 +02:00
surtur 9d29017860
add copyright headers+enforce w/ addlicense
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 00:49:13 +02:00
surtur f099f43f05
go: move app logic to xkcdreader package
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-19 17:24:00 +02:00
surtur ecfb129096
main: add more tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-13 22:41:31 +02:00
surtur 4b6e655ebf
use github.com/spf13/cobra for app cmds
All checks were successful
continuous-integration/drone/push Build is passing
* add 'version' command - "go-xkcdreader version" returns a formatted
  version of the app
* test (among other things) that the version in flake.nix matches the
  version hardcoded in app's go code (cmd/version.go)
2022-05-12 15:54:16 +02:00
surtur c05fc6c995
app: add test for a greeting message
All checks were successful
continuous-integration/drone/push Build is passing
* provide app greeting using a function
* test that the app greets properly

* run tests for nix with 'nix-shell --run'...
2022-05-07 00:31:44 +02:00