Fix cinit build

This commit is contained in:
criyle 2020-04-01 16:17:00 -04:00
parent 785bd67ee9
commit e2e9c01189
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -20,7 +20,7 @@ env*.sh
init.sql
node_modules
cinit
/cinit
# not release yet
package*.json

7
cmd/cinit/init.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "github.com/criyle/go-sandbox/container"
func main() {
container.Init()
}