clean up server files

This commit is contained in:
sentriz
2019-06-28 11:58:49 +01:00
parent 111ca565c8
commit a4377fc425
4 changed files with 21 additions and 23 deletions

View File

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