Compare commits

..

No commits in common. "c30cc99c4ef8e31d9ec48a395b2400e20ad6e0f0" and "7bc9b30cf452075ae325998291593f0f3d26e2cc" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -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查询库
# 使用说明

View File

@ -2,6 +2,7 @@ package qqwry
import (
"bytes"
_ "embed"
"encoding/binary"
"errors"
"golang.org/x/text/encoding/simplifiedchinese"