You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
7 lines
101 B
Go
7 lines
101 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html *.css *.js *.ico *.png *.txt
|
|
var StaticFS embed.FS
|