chore: initialize go module and cmd skeleton
This commit is contained in:
11
cmd/supervisor/main.go
Normal file
11
cmd/supervisor/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Fprintln(os.Stderr, "supervisor: not yet implemented")
|
||||
os.Exit(1)
|
||||
}
|
||||
Reference in New Issue
Block a user