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) { … }
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) { … }