Complete TODO for coalesced function parameters.

This commit is contained in:
Steve Krulewitz
2015-02-24 14:54:33 -08:00
parent 6494e4478b
commit abcd36fec0
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
$ go run functions.go
1+2 = 3
1+2+3 = 6
# There are several other features to Go functions. One is
# multiple return values, which we'll look at next.