feat: static file router

This commit is contained in:
Noah Hsu
2022-08-28 23:13:03 +08:00
parent e5480b99be
commit d267c43556
7 changed files with 103 additions and 11 deletions

6
public/public.go Normal file
View File

@ -0,0 +1,6 @@
package public
import "embed"
//go:embed dist
var Public embed.FS