Matheus Sampaio Queiroga
6dcc3f3f0a
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
13 lines
129 B
Go
13 lines
129 B
Go
//go:generate npm run webpacked
|
|
package web
|
|
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
var (
|
|
//go:embed css/** js/** img/**
|
|
StatisFiles embed.FS
|
|
)
|