pgweb/static/data.go
Nikita Kazarian 8e2c826ba3 go 1.16 features
- use go embed instead of go-binary and remove all about old assets (go 1.16 feature)
- pin gox version (go 1.16 feature)
- update ci to go 1.16
2021-03-05 03:47:01 +03:00

7 lines
109 B
Go

package static
import "embed"
//go:embed img/* js/* css/* fonts/*
//go:embed index.html
var Static embed.FS