mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-12-15 05:50:45 +01:00
Initial commit
This commit is contained in:
9
server/main.go
Normal file
9
server/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"docker4ssh/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user