fixed typo
This commit is contained in:
parent
58792c0c87
commit
f072530b0e
2
hello.go
2
hello.go
@ -21,5 +21,5 @@ func main(){
|
||||
scanner.Scan() // use `for scanner.Scan()` to keep reading
|
||||
line := scanner.Text()
|
||||
fmt.Println("captured:",line)
|
||||
timeSleep(durMin)
|
||||
time.Sleep(durMin)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user