go-search/main.go

10 lines
96 B
Go

package main
import (
"github.com/sundowndev/go-search/cmd"
)
func main() {
cmd.Execute()
}