This commit is contained in:
Brian Seymour 2018-09-19 12:55:42 -05:00
commit 54655109d1
3 changed files with 8 additions and 0 deletions

7
api/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("placeholder")
}