8 lines
68 B
Go
8 lines
68 B
Go
|
package flags
|
||
|
|
||
|
const (
|
||
|
LON = "lon"
|
||
|
LAT = "lat"
|
||
|
JSON = "json"
|
||
|
)
|