1
0
mirror of https://github.com/zellyn/go6502.git synced 2026-04-20 12:16:41 +00:00

Add doc.go to keep go build ./... happy

This commit is contained in:
Zellyn Hunter
2016-05-05 21:45:24 -04:00
parent 1374ac7ded
commit 1eac20d2ae
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package flavors
package tests
import (
"encoding/hex"
+3
View File
@@ -0,0 +1,3 @@
// Package tests contains fairly simple tests for the different
// flavors of assemblers.
package tests
+1 -1
View File
@@ -1,4 +1,4 @@
package flavors
package tests
import (
"encoding/hex"