mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-03 01:06:32 +02:00
8 lines
64 B
Go
8 lines
64 B
Go
package main
|
|
|
|
import "sshm/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|