()
| 5 | import "strconv" |
| 6 | |
| 7 | func _() { |
| 8 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 9 | // Re-run the stringer command to generate them again. |
| 10 | var x [1]struct{} |
| 11 | _ = x[LocationUnknown-0] |
| 12 | _ = x[GoMod-1] |
| 13 | _ = x[GOPATH-2] |
| 14 | _ = x[GoPkg-3] |
| 15 | _ = x[Stdlib-4] |
| 16 | _ = x[lastLocation-5] |
| 17 | } |
| 18 | |
| 19 | const _Location_name = "LocationUnknownGoModGOPATHGoPkgStdliblastLocation" |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected