Move all go files into an internal package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
type Cursor struct {
|
||||
x int
|
||||
y int
|
||||
}
|
||||
Reference in New Issue
Block a user