Skip to content

Commit c062712

Browse files
committed
Remove global variable from main.go
1 parent d759b31 commit c062712

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ import (
55
"go.coder.com/cloud-agent/internal/cmd"
66
)
77

8-
// Compile-time variables
9-
var (
10-
DefaultCloudURL = "http://localhost:8080"
11-
)
12-
138
func main() {
149
cli.RunRoot(cmd.Make())
1510
}

0 commit comments

Comments
 (0)