Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TwoDSorter ¶
type TwoDSorter [][]string
func (TwoDSorter) Len ¶
func (t TwoDSorter) Len() int
func (TwoDSorter) Less ¶
func (t TwoDSorter) Less(i, j int) bool
func (TwoDSorter) Swap ¶
func (t TwoDSorter) Swap(i, j int)
type UserAgentMap ¶
func Load ¶
func Load(filePath string) (UserAgentMap, error)
func (UserAgentMap) Generalize ¶
func (u UserAgentMap) Generalize() UserAgentMap
func (UserAgentMap) To2dSortedArray ¶
func (u UserAgentMap) To2dSortedArray() [][]string
Click to show internal directories.
Click to hide internal directories.