syncthing/vendor/github.com/oschwald/maxminddb-golang/key_appengine.go
2016-07-04 13:34:34 +02:00

8 lines
147 B
Go

// +build appengine
package maxminddb
func (d *decoder) decodeStructKey(offset uint) (string, uint, error) {
return d.decodeKeyString(offset)
}