mirror of
https://github.com/xiaoqidun/qqwry.git
synced 2023-06-27 14:38:22 +08:00
Compare commits
No commits in common. "c30cc99c4ef8e31d9ec48a395b2400e20ad6e0f0" and "7bc9b30cf452075ae325998291593f0f3d26e2cc" have entirely different histories.
c30cc99c4e
...
7bc9b30cf4
@ -1,6 +1,6 @@
|
|||||||
# QQWry [![Go Reference](https://pkg.go.dev/badge/github.com/xiaoqidun/qqwry.svg)](https://pkg.go.dev/github.com/xiaoqidun/qqwry)
|
# qqwry[![Go Reference](https://pkg.go.dev/badge/github.com/xiaoqidun/qqwry.svg)](https://pkg.go.dev/github.com/xiaoqidun/qqwry)
|
||||||
|
|
||||||
Golang QQWry,内存操作,线程安全,支持缓存的纯真IP查询库
|
golang qqwry,内存操作,线程安全,支持缓存的纯真IP查询库
|
||||||
|
|
||||||
# 使用说明
|
# 使用说明
|
||||||
|
|
||||||
|
1
qqwry.go
1
qqwry.go
@ -2,6 +2,7 @@ package qqwry
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
_ "embed"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"errors"
|
"errors"
|
||||||
"golang.org/x/text/encoding/simplifiedchinese"
|
"golang.org/x/text/encoding/simplifiedchinese"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user