removed input [RELEASE]

This commit is contained in:
Nick Leffler 2021-05-24 12:18:20 -04:00
parent e02dbdac5e
commit 183e8d68ac

View File

@ -17,11 +17,6 @@ func main(){
fmt.Println("Hello World! 2")
time.Sleep(duration)
fmt.Printf("Hello from: %s %s\n",runtime.GOOS,runtime.GOARCH)
time.Sleep(duration)
scanner := bufio.NewScanner(os.Stdin)
scanner.Scan() // use `for scanner.Scan()` to keep reading
line := scanner.Text()
fmt.Println("captured:",line)
time.Sleep(durMin)
}