doc: description of examples/ and tests/

This commit is contained in:
Michael McLoughlin
2019-01-06 14:25:05 -08:00
parent 0f63e0906d
commit 49b1691ac0
3 changed files with 7 additions and 0 deletions

3
tests/README.md Normal file
View File

@@ -0,0 +1,3 @@
# tests
System-level testing of `avo`.

2
tests/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package tests contains avo integration tests.
package tests