Documentation
¶
Overview ¶
Package nomcode provides types and functions for nomenclatural codes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CodeToString = map[Code]string{ Bacterial: "BACTERIAL", Botanical: "BOTANICAL", Cultivars: "CULTIVARS", PhytoSociological: "PHYTOSOCIOLOGICAL", Virus: "VIRUS", Zoological: "ZOOLOGICAL", }
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Code int
Code provides types of nomenclatural Codes.
const ( Unknown Code = iota Bacterial // Bacteriological Code Botanical // Botanical Code Cultivars // Cultivated Plant Code PhytoSociological // Phytosociological Code Virus // Virus Code Zoological // Zoological Code )
Constants for different nomenclatural codes.
func (Code) Abbr ¶
Abbr returns common abbreviation of the code that is most popular in databases and literature.
Click to show internal directories.
Click to hide internal directories.