7 lines
75 B
Go
7 lines
75 B
Go
|
package bskyweb
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed static/*
|
||
|
var StaticFS embed.FS
|