From 5f3e6b8569b5b71853208949506bbcd3c44488b5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Oct 2021 20:39:00 +0300 Subject: backport docs from master --- integrationtests/fileutils.go | 1 + 1 file changed, 1 insertion(+) (limited to 'integrationtests') diff --git a/integrationtests/fileutils.go b/integrationtests/fileutils.go index d771607..8ab66a0 100644 --- a/integrationtests/fileutils.go +++ b/integrationtests/fileutils.go @@ -47,6 +47,7 @@ func compareFilesContents(t *testing.T, fileA, fileB string) error { return nil } + // Read files into maps. a, err := mapFile(fileA) if err != nil { return err -- cgit v1.2.3