Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e52827 commit bf83f70Copy full SHA for bf83f70
.golangci.yaml
@@ -219,7 +219,6 @@ linters:
219
- errcheck
220
- errname
221
- errorlint
222
- - exportloopref
223
- forcetypeassert
224
- gocritic
225
- gocyclo
sysboxutil/manager.go
@@ -5,8 +5,9 @@ import (
5
"os"
6
"time"
7
8
- "github.com/coder/envbox/xunix"
9
"golang.org/x/xerrors"
+
10
+ "github.com/coder/envbox/xunix"
11
)
12
13
const ManagerSocketPath = "/run/sysbox/sysmgr.sock"
0 commit comments