Documentation
¶
Overview ¶
Package language defines language codes, the language struct, and the language server interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CodeNotFound = errors.New("Language code not found")
View Source
var English = Language{ Code: "en", ISO_639_1: "en", ISO_639_3: "eng", WikiData: "", }
View Source
var None = Language{Code: "none"}
View Source
var Unknown = Language{Code: "unknown"}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.