diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 08:49:46 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 08:49:46 -0800 |
| commit | 038cdd6ae395eb4249ab1758d319f847beeb4549 (patch) | |
| tree | 9e02389c290658196067f7e369bcc2cea08ef43b /web/web_test.go | |
| parent | 9e7946ce0474fddb8901df27e5c3646fd87af67c (diff) | |
| download | neko-038cdd6ae395eb4249ab1758d319f847beeb4549.tar.gz neko-038cdd6ae395eb4249ab1758d319f847beeb4549.tar.bz2 neko-038cdd6ae395eb4249ab1758d319f847beeb4549.zip | |
Commit ticket updates and remaining backend lint fixes
Diffstat (limited to 'web/web_test.go')
| -rw-r--r-- | web/web_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/web_test.go b/web/web_test.go index 0cd2764..3c5e3df 100644 --- a/web/web_test.go +++ b/web/web_test.go @@ -8,11 +8,12 @@ import ( "path/filepath" "testing" + "golang.org/x/crypto/bcrypt" + "adammathes.com/neko/api" "adammathes.com/neko/config" "adammathes.com/neko/internal/safehttp" "adammathes.com/neko/models" - "golang.org/x/crypto/bcrypt" ) func init() { |
