maxmind / mmdbwriter

Go library for writing MaxMind DB (mmdb) files
Apache License 2.0
116 stars 28 forks source link

go get error #9

Closed shenqisimao closed 4 years ago

shenqisimao commented 4 years ago

github.com/maxmind/mmdbwriter/mmdbtype

../go/src/github.com/maxmind/mmdbwriter/mmdbtype/types.go:290:23: syntax error: unexpected b00100000, expecting comma or ) ../go/src/github.com/maxmind/mmdbwriter/mmdbtype/types.go:300:23: syntax error: unexpected b00101000, expecting comma or ) ../go/src/github.com/maxmind/mmdbwriter/mmdbtype/types.go:314:23: syntax error: unexpected b00110000, expecting comma or ) ../go/src/github.com/maxmind/mmdbwriter/mmdbtype/types.go:331:23: syntax error: unexpected b00111000, expecting comma or )

oschwald commented 4 years ago

You'll need Go 1.13 or greater.

shenqisimao commented 4 years ago

thanks