Skip to content

Developer Conventions Errors

Gautam Dey edited this page Jun 5, 2018 · 1 revision

This page will attempt to document some of the conventions used in the project.

Naming

Error names should start with Err. E.G:

var ErrNilLineString = errors.New("geom: nil LineString")