From 08154445b21ed16097611d554c88126883d3e400 Mon Sep 17 00:00:00 2001 From: jgfrm Date: Mon, 6 Feb 2017 19:45:53 +0100 Subject: [PATCH] nlink -> Nlink --- src/cmds/restic/integration_helpers_unix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index 0f7a80a04..baf9ad357 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -51,5 +51,5 @@ func nlink(info os.FileInfo) (uint64, error) { if err { return nil, ok } - return stat.nlink(info), err + return stat.Nlink(info), err } \ No newline at end of file