diff options
author | Valery Piashchynski <[email protected]> | 2020-02-07 15:52:57 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-07 15:52:57 +0300 |
commit | 785e58f8bea7eb9052babc1dd0e94859328728e5 (patch) | |
tree | 8e301f947211d0a515f79d2b33e85598eb11766c /service/container_test.go | |
parent | 1f9a12a7b3ab745ee39afe2bbc4a19d21fbe7d91 (diff) |
Update README.md (remove travis, replace with github actions)
Fix innefectual usage of maps
Update headers (canonical usage)
Add golangci-lint check to github actions and go 1.13
Diffstat (limited to 'service/container_test.go')
-rw-r--r-- | service/container_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container_test.go b/service/container_test.go index ad4c1e64..9860777f 100644 --- a/service/container_test.go +++ b/service/container_test.go @@ -457,7 +457,7 @@ func TestContainer_NoInit(t *testing.T) { } type testInitD struct { - c *testInitC + c *testInitC //nolint:golint,unused,structcheck } type DCfg struct { |