From 1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 3 Jun 2021 11:50:25 +0200 Subject: update docs --- skate/xio/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate/xio/util.go') diff --git a/skate/xio/util.go b/skate/xio/util.go index de3afb4..9967540 100644 --- a/skate/xio/util.go +++ b/skate/xio/util.go @@ -19,7 +19,7 @@ func OpenTwo(f1, f2 string) (g1, g2 *os.File, err error) { return g1, g2, nil } -// TabsToMapFile turns columns from a file into a map. +// TabsToMapFile turns two columns from a tabular file into a map. func TabsToMapFile(filename, sep string, kCol, vCol int) (map[string]string, error) { f, err := os.Open(filename) if err != nil { -- cgit v1.2.3