package errors import "errors" var ( MeasurementNotFound = errors.New("Measurement not found") )