Skip to content

Instantly share code, notes, and snippets.

@gmorse81
Created February 19, 2022 06:05
Show Gist options
  • Save gmorse81/b3021d5eb9e3e15d683e06fa298942bb to your computer and use it in GitHub Desktop.
Save gmorse81/b3021d5eb9e3e15d683e06fa298942bb to your computer and use it in GitHub Desktop.
basic go-cobra main.go file
package main
import "github.com/askcloudarchitech/medium-auto-post/cmd"
func main() {
cmd.Execute()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment