Files
syncthing/vendor/github.com/oschwald/maxminddb-golang/key_appengine.go
T

8 lines
147 B
Go

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