mirror of
https://github.com/nil2x/cheburnet.git
synced 2026-08-21 14:25:13 +00:00
7 lines
82 B
Go
7 lines
82 B
Go
package main
|
|
|
|
import "github.com/nil2x/cheburnet/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|