github.com/evrenkutar/randevent@v0.0.0-20210506235643-7d1e39a375e1/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/evrenkutar/randevent/cmd"
     5  )
     6  
     7  func main() {
     8  	// TODO: will implement spf13/cobra here for now just skipping
     9  	cmd.Execute()
    10  }