mirror of https://bitbucket.org/ausocean/av.git
container/mts/meta/meta.go: altered comment for GetAll
This commit is contained in:
parent
edb056d19b
commit
866aa6bef3
|
@ -217,7 +217,7 @@ func GetAll(d []byte) ([][2]string, error) {
|
|||
}
|
||||
|
||||
// GetAllAsMap returns a map containing keys and values from a slice d containing
|
||||
// AusOcean metadata.
|
||||
// metadata.
|
||||
func GetAllAsMap(d []byte) (map[string]string, error) {
|
||||
err := checkMeta(d)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue