mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 21:31:56 +01:00
10 lines
108 B
Go
10 lines
108 B
Go
package main
|
|
|
|
import (
|
|
"github.com/mame82/P4wnP1_aloa/cli_client"
|
|
)
|
|
|
|
func main() {
|
|
cli_client.Execute()
|
|
}
|