continent

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2022 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Codes = map[string]string{
	"Africa":        "AF",
	"North America": "NA",
	"Oceania":       "OC",
	"Antarctica":    "AN",
	"Asia":          "AS",
	"Europe":        "EU",
	"South America": "SA",
}

Codes maps continent to code.

Functions

This section is empty.

Types

type Config added in v1.4.0

type Config struct {
	AfricaPath       string `yaml:"africa_path"`
	NorthAmericaPath string `yaml:"north_america_path"`
	OceaniaPath      string `yaml:"oceania_path"`
	AntarcticaPath   string `yaml:"antarctica_path"`
	AsiaPath         string `yaml:"asia_path"`
	EuropePath       string `yaml:"europe_path"`
	SouthAmericaPath string `yaml:"south_america_path"`
}

Config for continent.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL