1
0
mirror of https://github.com/bytedream/docker4ssh.git synced 2025-07-06 05:36:21 +02:00
Files
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()
}