mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
7 lines
69 B
Go
7 lines
69 B
Go
|
package bindata
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed static/*
|
||
|
var Fs embed.FS
|