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:
@@ -1,4 +1,4 @@
|
||||
package flavors
|
||||
package tests
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
// Package tests contains fairly simple tests for the different
|
||||
// flavors of assemblers.
|
||||
package tests
|
||||
@@ -1,4 +1,4 @@
|
||||
package flavors
|
||||
package tests
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
|
||||
Reference in New Issue
Block a user