Skip to content

Commit 0ea4db6

Browse files
fix: linter
1 parent 973e338 commit 0ea4db6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

jail/util.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
package jail
22

33
import (
4-
"fmt"
54
"os"
65
"strings"
7-
"time"
86
)
97

10-
const (
11-
prefix = "coder_boundary"
12-
)
13-
14-
func newNamespaceName() string {
15-
return fmt.Sprintf("%s_%d", prefix, time.Now().UnixNano()%10000000)
16-
}
17-
188
func getEnvs(configDir string, caCertPath string) []string {
199
e := os.Environ()
2010

0 commit comments

Comments
 (0)