Merge pull request #21 from mek-apelsin/master

Tiny spelling errors.
This commit is contained in:
Mark McGranaghan 2012-10-15 15:34:56 -07:00
commit 853f862880
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ func main() {
dateCmd := exec.Command("date")
// `.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,
// `dateOut` will hold bytes with the date info.
dateOut, err := dateCmd.Output()

View File

@ -1,5 +1,5 @@
$ go run switch.go
Write 3 as three
Write 2 as two
It's the weekend
It's before noon