Skip to content

Commit b355ded

Browse files
committed
Removed pool.go
1 parent e21c19c commit b355ded

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

go/dhcp/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ func main() {
158158
http.Handle("/", httpauth.SimpleBasicAuth(webservices.User, webservices.Pass)(router))
159159

160160
srv := &http.Server{
161-
Addr: "127.0.0.1:22222",
162-
IdleTimeout: 5 * time.Second,
163-
Handler: router,
161+
Addr: "127.0.0.1:22222",
162+
IdleTimeout: 5 * time.Second,
163+
Handler: router,
164164
}
165165

166166
// Systemd

go/dhcp/pool.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)