doc: add package-level doc comments (#9)

This commit is contained in:
Michael McLoughlin
2019-01-05 17:23:56 -08:00
parent 0989c0daea
commit 5c67547d67
25 changed files with 46 additions and 0 deletions

2
examples/returns/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package returns demonstrates how to write function return values in avo.
package returns