diff options
Diffstat (limited to 'modules/git/repo_tree_gogit.go')
-rw-r--r-- | modules/git/repo_tree_gogit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/repo_tree_gogit.go b/modules/git/repo_tree_gogit.go index d878f5e7a7..2ddffcf79b 100644 --- a/modules/git/repo_tree_gogit.go +++ b/modules/git/repo_tree_gogit.go @@ -3,6 +3,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. +//go:build gogit // +build gogit package git |