| commit | 125a562d7bf105e062ed2adfb2d37e6f11c209bd | [log] [tgz] |
|---|---|---|
| author | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Mar 06 03:47:33 2014 -0300 |
| committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Mar 06 03:47:33 2014 -0300 |
| tree | 4ad46f53b451c9d4450bf2ccd2155fefb1e4afff | |
| parent | a65e08b08285cef29253c50ffd92469bf6e26a29 [diff] |
Trivial change.
diff --git a/yaml.go b/yaml.go index bc5cc73..c0423d1 100644 --- a/yaml.go +++ b/yaml.go
@@ -148,7 +148,7 @@ // -------------------------------------------------------------------------- // 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.