cmd/gt/main.go
package main
import "gt/internal/cli"
func main() {
cli.Execute()
}
| homepage: | https://compounddata.com/projects/gt |
| git clone: | https://git.compounddata.com/gt.git |
| summary | history | files |
package main
import "gt/internal/cli"
func main() {
cli.Execute()
}