package
0.21.2
Repository: https://github.com/go-spatial/tegola.git
Documentation: pkg.go.dev

# Packages

# Functions

MyCallerFileLine returns the FileLine of the caller of the function that called it :).
New returns an initialized list.

# Structs

Element allow one to use a list with a generic element.
List contains pointers to the start element and the end element of a list.
Sentinel Provides the a very basic struct that fulfills the Elementer interface.

# Interfaces

Elementer is a node in the list.