mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
8e2c826ba3
- 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
7 lines
109 B
Go
7 lines
109 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed img/* js/* css/* fonts/*
|
|
//go:embed index.html
|
|
var Static embed.FS |