6
bindata/bindata.go
Normal file
6
bindata/bindata.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package bindata
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed static/*
|
||||
var Fs embed.FS
|
||||
Reference in New Issue
Block a user