ntfy/util
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
..
embedfs Webhooks (#55), more tests (#35) and python examples (#50) 2021-12-15 16:12:40 -05:00
batching_queue.go Fix race condition making it possible for batches to be >batchSize 2022-11-16 11:16:07 -05:00
batching_queue_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
content_type_writer.go Better mime type probing 2022-01-10 13:38:51 -05:00
content_type_writer_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
embedfs.go Reformatting, make update 2022-09-27 12:37:02 -04:00
embedfs_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
gzip_handler.go Replace interface{} 2022-10-01 16:31:48 -04:00
gzip_handler_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
limit.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
limit_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
peek.go Docs and Matrix tests 2022-06-16 11:40:56 -04:00
peek_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
time.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
time_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
util.go recommended fixes [1 of 2] 2022-10-07 16:17:04 -05:00
util_test.go test ContainsIP utility 2022-10-07 21:22:22 -05:00