ntfy/cmd
Nick Farrell b218e62ffc
Actually apply the pre-commit fixers to the codebase.
This can be redone manually with
`pre-commit run --all`

While the pre-commit hook could be merged to run locally,
it is much cleaner to align all the files to best-practice
syntax in a single commit. It is also required for server-side
validation.
2022-12-23 08:15:51 +11:00
..
access.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
access_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
app.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
app_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
config_loader.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
config_loader_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
publish.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
publish_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
publish_unix.go cmd: add go1.18 build directives 2022-09-01 00:49:08 +03:00
publish_windows.go ntfy publish --pid $PID ... 2022-06-20 10:56:45 -04:00
serve.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
serve_test.go test new config parsing 2022-10-07 21:15:45 -05:00
subscribe.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
subscribe_darwin.go Logging 2022-06-01 16:57:35 -04:00
subscribe_unix.go cmd: add go1.18 build directives 2022-09-01 00:49:08 +03:00
subscribe_windows.go Add --trace and --no-log-dates; add docs 2022-06-02 10:50:05 -04:00
user.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
user_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00