mirror of
https://github.com/xiaoqidun/qqwry.git
synced 2023-06-27 14:38:22 +08:00
7 lines
75 B
Go
7 lines
75 B
Go
|
package assets
|
||
|
|
||
|
import _ "embed"
|
||
|
|
||
|
//go:embed qqwry.dat
|
||
|
var QQWryDat []byte
|