mirror of
https://github.com/xiaoqidun/qqwry.git
synced 2026-01-11 08:00:21 +08:00
10 lines
119 B
Go
10 lines
119 B
Go
package assets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed qqwry.dat
|
|
var QQWryDat []byte
|
|
|
|
//go:embed qqwry.ipdb
|
|
var QQWryIpdb []byte
|