doc: README for args example

Also started a README in the root examples directory.

Updates #14
This commit is contained in:
Michael McLoughlin
2019-01-01 15:46:42 -08:00
parent 4550badf58
commit 1b0ce66552
6 changed files with 137 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
package args
func Second(x int32, y int32) int32
func StringLen(s string) int
func SliceLen(s []int) int