refactor asset with embed tool

This commit is contained in:
sentriz
2019-06-26 12:01:49 +01:00
parent e6c6d2406f
commit d8881bd31c
35 changed files with 11004 additions and 21662 deletions

9
server/assets_getters.go Normal file
View File

@@ -0,0 +1,9 @@
package server
import "errors"
var ErrAssetNotFound = errors.New("asset not found")
type Assets struct {
BasePath string
}