mirror of
https://github.com/bit1001/tdl.git
synced 2024-11-10 08:26:07 +08:00
7 lines
80 B
Go
7 lines
80 B
Go
package main
|
|
|
|
import "github.com/iyear/tdl/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|