mirror of
https://github.com/xiaoqidun/qqwry.git
synced 2025-12-09 01:12:55 +08:00
7 lines
75 B
Go
7 lines
75 B
Go
package assets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed qqwry.dat
|
|
var QQWryDat []byte
|