diff options
Diffstat (limited to 'modules/git/signature_nogogit.go')
-rw-r--r-- | modules/git/signature_nogogit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/signature_nogogit.go b/modules/git/signature_nogogit.go index 753d87b605..c6fe8e6d1a 100644 --- a/modules/git/signature_nogogit.go +++ b/modules/git/signature_nogogit.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 |