1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00
This commit is contained in:
Unknown
2014-04-13 04:27:29 -04:00
parent d26a333dfb
commit ea74be2f2e
5 changed files with 24 additions and 1 deletions

View File

@@ -54,3 +54,5 @@ const (
BindingBooleanTypeError string = "BooleanTypeError"
BindingFloatTypeError string = "FloatTypeError"
)
var GoGetMetas = make(map[string]bool)