docker4ssh/server/main.go
2021-12-19 17:30:51 +01:00

10 lines
75 B
Go

package main
import (
"docker4ssh/cmd"
)
func main() {
cmd.Execute()
}