diff --git a/notes/enableGo.md b/notes/enableGo.md index 2cb9571..6baa8e9 100644 --- a/notes/enableGo.md +++ b/notes/enableGo.md @@ -19,7 +19,9 @@ test -d "${GOPATH}/src/github.com" || mkdir -p "${GOPATH}/src/github.com" ## Enable cobra +Cobra documentation available at https://github.com/spf13/cobra/blob/master/cobra/README.md + * `go get -u github.com/spf13/cobra/cobra` * `go mod init FLEcli` -* `cobra init --pkg-name FLEcli` +* `cobra init --pkg-name FLEcli -l MIT` * `cobra add load` adds a load command \ No newline at end of file