goflyfox/gmanager

gtoken编译错误

Closed this issue · 0 comments

github.com/goflyfox/gmanager/gtoken

gtoken\gtoken.go:336:12: assignment mismatch: 2 variables but 1 values
gtoken\gtoken.go:352:28: cannot use token (type []byte) as type string in argument to gbase64.Encode
gtoken\gtoken.go:362:39: cannot use ([]byte)(token) (type []byte) as type string in argument to gbase64.Decode
exit status 2
Process exiting with code: 1

go 版本是1.11.1 gf版本是1.7.0

re:是gf版本的问题 升级到了1.7.3就ok了