We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../src/github.com/cn/GB2260.go/division.go:26:13: undefined: divisions ../src/github.com/cn/GB2260.go/division.go:34:27: undefined: divisions
import ( ... gb2260 "github.com/cn/GB2260.go" )
func main() { gb := gb2260.NewGB2260("") ret := gb.Provinces() fmt.Println(ret) ... }
Does it has some procedures need process before use?
The text was updated successfully, but these errors were encountered:
update code
b421bee
更新使用最新源 解除data.go文件默认不使用(fix:cn#2) 添加支持用户使用自定义源 更新README.md
这个问题还是没有解决
Sorry, something went wrong.
No branches or pull requests
github.com/cn/GB2260.go
../src/github.com/cn/GB2260.go/division.go:26:13: undefined: divisions
../src/github.com/cn/GB2260.go/division.go:34:27: undefined: divisions
import (
...
gb2260 "github.com/cn/GB2260.go"
)
func main() {
gb := gb2260.NewGB2260("")
ret := gb.Provinces()
fmt.Println(ret)
...
}
Does it has some procedures need process before use?
The text was updated successfully, but these errors were encountered: