mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
f66f0d0443
Fixes #7
7 lines
69 B
Go
7 lines
69 B
Go
package bindata
|
|
|
|
import "embed"
|
|
|
|
//go:embed static/*
|
|
var Fs embed.FS
|