diff options
Diffstat (limited to 'internal/assets/conf/conf.go')
-rw-r--r-- | internal/assets/conf/conf.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/assets/conf/conf.go b/internal/assets/conf/conf.go new file mode 100644 index 00000000..37ff5f48 --- /dev/null +++ b/internal/assets/conf/conf.go @@ -0,0 +1,7 @@ +// Copyright 2020 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package conf + +//go:generate go-bindata -nomemcopy -pkg=conf -ignore="\\.DS_Store|README.md|TRANSLATORS|auth.d" -prefix=../../../ -debug=false -o=conf_gen.go ../../../conf/... |