mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-05 19:46:35 +05:30
12 lines
127 B
Go
12 lines
127 B
Go
/*
|
|
Copyright © 2024 tux <0xtux@pm.me>
|
|
*/
|
|
|
|
package main
|
|
|
|
import "github.com/tuxdotrs/trok/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|