mirror of
https://github.com/xiaoqidun/qqwry.git
synced 2025-12-09 01:12:55 +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
|