mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
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
|