Files
RMM-Hunter/main.go
T

10 lines
75 B
Go

package main
import (
"rmm-hunter/cmd"
)
func main() {
cmd.Execute()
}