18 lines
511 B
Go
18 lines
511 B
Go
// generated by stringer -type LocationHypothesis; DO NOT EDIT
|
|
|
|
package stats
|
|
|
|
import "fmt"
|
|
|
|
const _LocationHypothesis_name = "LocationLessLocationDiffersLocationGreater"
|
|
|
|
var _LocationHypothesis_index = [...]uint8{0, 12, 27, 42}
|
|
|
|
func (i LocationHypothesis) String() string {
|
|
i -= -1
|
|
if i < 0 || i+1 >= LocationHypothesis(len(_LocationHypothesis_index)) {
|
|
return fmt.Sprintf("LocationHypothesis(%d)", i+-1)
|
|
}
|
|
return _LocationHypothesis_name[_LocationHypothesis_index[i]:_LocationHypothesis_index[i+1]]
|
|
}
|