move models into db package

This commit is contained in:
sentriz
2020-02-19 20:08:37 +00:00
parent e67588623b
commit a42edc3441
23 changed files with 133 additions and 145 deletions

View File

@@ -4,8 +4,10 @@
package version
const NAME = "gonic"
const NAME_UPPER = "GONIC"
const NAME_EMBED = "gonicembed"
const NAME_SCAN = "gonicscan"
const VERSION = "v0.6.3"
const (
NAME = "gonic"
NAME_UPPER = "GONIC"
NAME_EMBED = "gonicembed"
NAME_SCAN = "gonicscan"
VERSION = "v0.6.3"
)