mirror of
https://github.com/wgpsec/redc.git
synced 2026-01-24 12:43:19 +08:00
10 lines
74 B
Go
10 lines
74 B
Go
package main
|
|
|
|
import (
|
|
"red-cloud/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|