8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed remote-bin
|
|
var binFiles embed.FS
|