mirror of
https://github.com/yudai/gotty.git
synced 2026-02-08 01:14:22 +01:00
7 lines
69 B
Go
7 lines
69 B
Go
|
|
package bindata
|
||
|
|
|
||
|
|
import "embed"
|
||
|
|
|
||
|
|
//go:embed static/*
|
||
|
|
var Fs embed.FS
|