(tok string, typ byte)
| 694 | } |
| 695 | |
| 696 | func encodeToken(tok string, typ byte) string { |
| 697 | return string(typ) + tok |
| 698 | } |
| 699 | |
| 700 | // EncodeGeoTokens encodes the given list of tokens as geo tokens. |
| 701 | func EncodeGeoTokens(tokens []string) { |
no outgoing calls