mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-06-20 11:12:14 +08:00
9 lines
84 B
Go
9 lines
84 B
Go
package data
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed records.json
|
|
var RecordsJson []byte
|