hermes/backend/sshappbackend/local-code/fs.go

8 lines
79 B
Go

package main
import (
"embed"
)
//go:embed remote-bin
var binFiles embed.FS