mirror of
https://github.com/yudai/gotty.git
synced 2026-02-11 19:04:21 +01:00
parent
f61763f716
commit
f66f0d0443
8 changed files with 22 additions and 266 deletions
6
bindata/bindata.go
Normal file
6
bindata/bindata.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package bindata
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed static/*
|
||||
var Fs embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue