mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
Fix cinit build
This commit is contained in:
parent
785bd67ee9
commit
e2e9c01189
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,7 +20,7 @@ env*.sh
|
||||
init.sql
|
||||
|
||||
node_modules
|
||||
cinit
|
||||
/cinit
|
||||
|
||||
# not release yet
|
||||
package*.json
|
||||
|
||||
7
cmd/cinit/init.go
Normal file
7
cmd/cinit/init.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/criyle/go-sandbox/container"
|
||||
|
||||
func main() {
|
||||
container.Init()
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user