Gustavo Niemeyer 12 лет назад
Родитель
Сommit
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
 
-// 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
 // a given struct.