mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-08 14:58:26 +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)
|
||
|
}
|