doc: show more examples in README

This commit is contained in:
Michael McLoughlin
2019-01-03 22:20:25 -08:00
parent 91e048ff29
commit fa7b5ed1dd
2 changed files with 74 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# sum
Sum an array of `uint64`s.
Sum a slice of `uint64`s.
[embedmd]:# (asm.go go /func main/ /^}/)
```go