mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
Create bin.go
This commit is contained in:
8
bin/bin.go
Normal file
8
bin/bin.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package bin
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed worker
|
||||
var workerBin []byte
|
||||
Reference in New Issue
Block a user