Create bin.go

This commit is contained in:
xxnuo
2025-11-01 14:45:50 +08:00
parent a842d22c35
commit ed3e9d31e1

8
bin/bin.go Normal file
View File

@@ -0,0 +1,8 @@
package bin
import (
_ "embed"
)
//go:embed worker
var workerBin []byte