Gustavo Niemeyer пре 12 година
родитељ
комит
125a562d7b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      yaml.go

+ 1 - 1
yaml.go

@@ -148,7 +148,7 @@ func Marshal(in interface{}) (out []byte, err error) {
 // --------------------------------------------------------------------------
 // --------------------------------------------------------------------------
 // Maintain a mapping of keys to structure field indexes
 // Maintain a mapping of keys to structure field indexes
 
 
-// The code in this section was copied from gobson.
+// The code in this section was copied from mgo/bson.
 
 
 // structInfo holds details for the serialization of fields of
 // structInfo holds details for the serialization of fields of
 // a given struct.
 // a given struct.