mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
8 lines
147 B
Go
8 lines
147 B
Go
// +build appengine
|
|
|
|
package maxminddb
|
|
|
|
func (d *decoder) decodeStructKey(offset uint) (string, uint, error) {
|
|
return d.decodeKeyString(offset)
|
|
}
|