initial layout

This commit is contained in:
Matt Burchett 2018-10-16 12:16:58 -05:00
parent e532b4e107
commit 613e58992a
4 changed files with 8 additions and 0 deletions

5
cmd/main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}

1
pkg/eraser/eraser.go Normal file
View File

@ -0,0 +1 @@
package eraser

1
pkg/locator/locator.go Normal file
View File

@ -0,0 +1 @@
package locator

1
pkg/rotator/rotator.go Normal file
View File

@ -0,0 +1 @@
package rotator