even less output

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-09 14:53:40 -07:00
parent 25652cd208
commit 3b4ee0fd68
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ package main
// import "os" // import "os"
import "log" import "log"
import "time" import "time"
/*
import "fmt" import "fmt"
/*
import "reflect" import "reflect"
*/ */
@ -22,7 +22,7 @@ func dhclient() {
shell.Run("dhclient wlan0") shell.Run("dhclient wlan0")
for { for {
log.Print("should check progress here") fmt.Print(" should check progress here")
time.Sleep(20000 * time.Millisecond) time.Sleep(20000 * time.Millisecond)
} }
} }