remove direction.go for both modules

This commit is contained in:
onyx-and-iris 2024-12-10 22:07:11 +00:00
parent c89f5611ed
commit 2c3e68d884
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
package one
const (
N = iota
E
S
W
None
)

View File

@ -1,9 +0,0 @@
package two
const (
N = iota
E
S
W
None
)