oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
615 stars 101 forks source link

syscall is not used on Google App Engine #11

Closed oschwald closed 9 years ago

oschwald commented 9 years ago

It is not supported there. See #10.

fnkr commented 9 years ago
go-app-builder: Failed parsing input: parser: bad import "syscall" in github.com/oschwald/maxminddb-golang/reader_unix.go
tavancini commented 9 years ago

+1 Is there any workaround on this?

fnkr commented 9 years ago

Not as far as I know. I'm waiting for @oschwald, I hope he has some idea :)

oschwald commented 9 years ago

This should be fixed. On Google App Engine, it will load the database into memory instead of memory mapping the file.

fnkr commented 9 years ago

Its working, thanks! :+1:

tavancini commented 9 years ago

Awesome! Thanks @oschwald !