diff options
| author | Max Resnick <max@ofmax.li> | 2025-08-01 22:10:20 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-09-06 21:47:16 -0700 |
| commit | df0a52f53739a1bc05620f3f21533922488c0491 (patch) | |
| tree | b5c201bbf214a93d8ed934492bd888e8fc8a1388 /internal/git/handler_test.go | |
| parent | 462bfd8fc9707a5eae3233e69f5b8a522972ed74 (diff) | |
| download | go-git-server-1.0.4-latest.df0a52f.11.tar.gz | |
feat: go-module support1.0.4-latest.df0a52f.11
Diffstat (limited to 'internal/git/handler_test.go')
| -rw-r--r-- | internal/git/handler_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/git/handler_test.go b/internal/git/handler_test.go index 95f1bc7..ee80906 100644 --- a/internal/git/handler_test.go +++ b/internal/git/handler_test.go @@ -2,7 +2,6 @@ package git import ( "testing" - ) func TestGitHandler(t *testing.T) { |