diff --git a/connect-to-wifi/main.go b/connect-to-wifi/main.go index 28f48a4..1ab4807 100644 --- a/connect-to-wifi/main.go +++ b/connect-to-wifi/main.go @@ -3,8 +3,8 @@ package main // import "os" import "log" import "time" -/* import "fmt" +/* import "reflect" */ @@ -22,7 +22,7 @@ func dhclient() { shell.Run("dhclient wlan0") for { - log.Print("should check progress here") + fmt.Print(" should check progress here") time.Sleep(20000 * time.Millisecond) } }