refactor: change organisation
This commit is contained in:
parent
408c9c6d89
commit
b9bea6bdd2
18 changed files with 139 additions and 225 deletions
8
static/static.go
Normal file
8
static/static.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
var (
|
||||
//go:embed *
|
||||
Files embed.FS
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue