Merge pull request #2435 from Pennyzct/arm_ci_bug_fix_2020_2_4

AArch64: fix golint error on ARM CI.
This commit is contained in:
Salvador Fuentes 2020-02-04 17:10:02 -06:00 committed by GitHub
commit a90dde04c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
Gopkg.lock generated
View File

@ -795,6 +795,7 @@
"github.com/opencontainers/runc/libcontainer/cgroups/systemd",
"github.com/opencontainers/runc/libcontainer/configs",
"github.com/opencontainers/runc/libcontainer/specconv",
"github.com/opencontainers/runc/libcontainer/system",
"github.com/opencontainers/runc/libcontainer/utils",
"github.com/opencontainers/runtime-spec/specs-go",
"github.com/opentracing/opentracing-go",

View File

@ -54,7 +54,7 @@ var (
"source": "rootless",
})
//The function is declared this way for mocking in unit tests
// IsRootless is declared this way for mocking in unit tests
IsRootless = isRootlessFunc
)