Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxDays = 30
)
Variables ¶
View Source
var ( METARMatcher = regexp.MustCompile("^[0-9]{12}.*") METARRegexp = regexp.MustCompile("^([0-9]{12}) (METAR|METAR COR|TAF|TAF AMD|TAF COR) ([A-Z]{4}) [0-9]{6}Z.*") TempRegexp = regexp.MustCompile("(M?[0-9]{2})/(M?[0-9]{2})") PressureRegexp = regexp.MustCompile("Q([0-9]{4})") WindRegexp = regexp.MustCompile("([0-9]{3}|VRB)([0-9]{2})(G[0-9]{2})?KT") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.