refactor asset with embed tool
This commit is contained in:
9
server/assets_getters.go
Normal file
9
server/assets_getters.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package server
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrAssetNotFound = errors.New("asset not found")
|
||||
|
||||
type Assets struct {
|
||||
BasePath string
|
||||
}
|
||||
Reference in New Issue
Block a user