commit
853f862880
examples
@ -20,7 +20,7 @@ func main() {
|
|||||||
dateCmd := exec.Command("date")
|
dateCmd := exec.Command("date")
|
||||||
|
|
||||||
// `.Output` is another helper than handles the common
|
// `.Output` is another helper than handles the common
|
||||||
// case of running a comand, waiting for it to finish,
|
// case of running a command, waiting for it to finish,
|
||||||
// and collecting its output. If there were no errors,
|
// and collecting its output. If there were no errors,
|
||||||
// `dateOut` will hold bytes with the date info.
|
// `dateOut` will hold bytes with the date info.
|
||||||
dateOut, err := dateCmd.Output()
|
dateOut, err := dateCmd.Output()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
$ go run switch.go
|
$ go run switch.go
|
||||||
Write 3 as three
|
Write 2 as two
|
||||||
It's the weekend
|
It's the weekend
|
||||||
It's before noon
|
It's before noon
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user