mirror of
https://github.com/yudai/gotty.git
synced 2025-12-25 19:58:50 +01:00
6 lines
69 B
Go
6 lines
69 B
Go
package bindata
|
|
|
|
import "embed"
|
|
|
|
//go:embed static/*
|
|
var Fs embed.FS
|