mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-09 20:25:11 +02:00
10 lines
75 B
Go
10 lines
75 B
Go
package main
|
|
|
|
import (
|
|
"docker4ssh/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|