Explorar o código

Lowercase internal constant.

Gustavo Niemeyer %!s(int64=13) %!d(string=hai) anos
pai
achega
025607cd2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      yamlh.go

+ 1 - 1
yamlh.go

@@ -97,7 +97,7 @@ type yaml_mapping_style_t yaml_style_t
 // Mapping styles.
 const (
 	// Let the emitter choose the style.
-	YAML_ANY_MAPPING_STYLE yaml_mapping_style_t = iota
+	yaml_ANY_MAPPING_STYLE yaml_mapping_style_t = iota
 
 	yaml_BLOCK_MAPPING_STYLE // The block mapping style.
 	yaml_FLOW_MAPPING_STYLE  // The flow mapping style.