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