From 866aa6bef31acca5a0258abd06e31c18f74602d2 Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 4 Jul 2019 14:33:12 +0930 Subject: [PATCH] container/mts/meta/meta.go: altered comment for GetAll --- container/mts/meta/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/mts/meta/meta.go b/container/mts/meta/meta.go index b45c5796..0e67aa96 100644 --- a/container/mts/meta/meta.go +++ b/container/mts/meta/meta.go @@ -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 {