diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 13:48:34 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 13:48:34 -0800 |
| commit | 2327f93098b4278c93055a96224ae82cef60b083 (patch) | |
| tree | 1a5e647bfa520c108dc7750e34332ad312572bdc /util/util_test.go | |
| parent | 4c570c223e944a148dc81a4e1ee25d6ab524ae64 (diff) | |
| download | neko-2327f93098b4278c93055a96224ae82cef60b083.tar.gz neko-2327f93098b4278c93055a96224ae82cef60b083.tar.bz2 neko-2327f93098b4278c93055a96224ae82cef60b083.zip | |
Backend: Fix linting issues, improve error handling, and replace magic numbers
Diffstat (limited to 'util/util_test.go')
| -rw-r--r-- | util/util_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util/util_test.go b/util/util_test.go deleted file mode 100644 index fc234d6..0000000 --- a/util/util_test.go +++ /dev/null @@ -1,8 +0,0 @@ -package util - -import "testing" - -func TestInit(t *testing.T) { - // init() is called automatically because of the package import - // We just want to verify it doesn't panic and does something reasonable -} |
