Documentation ¶ Index ¶ Variables func Parse(filename string, content []byte) (*gpx.GPX, error) func ParseFit(fitFile []byte) (*gpx.GPX, error) func ParseGPX(content []byte) (*gpx.GPX, error) func ParseTCX(tcxFile []byte) (*gpx.GPX, error) Constants ¶ This section is empty. Variables ¶ View Source var ErrUnsupportedFile = errors.New("unsupported file") Functions ¶ func Parse ¶ func Parse(filename string, content []byte) (*gpx.GPX, error) func ParseFit ¶ func ParseFit(fitFile []byte) (*gpx.GPX, error) func ParseGPX ¶ func ParseGPX(content []byte) (*gpx.GPX, error) func ParseTCX ¶ func ParseTCX(tcxFile []byte) (*gpx.GPX, error) Types ¶ This section is empty. Source Files ¶ View all Source files fit.go gpx.go parse.go tcx.go Click to show internal directories. Click to hide internal directories.