gotools/internal/typesinternal/errorcode_test.go

func TestErrorCodes(t *testing.T) {}

// loadCodes loads all constant values found in filepath.
//
// The given file must type-check cleanly as a standalone file.
func loadCodes(filepath string) (map[string]int64, error) {}