From b9ab1c0552133fb0cc69a16ff040496c07005a4b Mon Sep 17 00:00:00 2001 From: Jean-Marc MEESSEN Date: Thu, 28 May 2020 13:32:34 +0200 Subject: [PATCH] Update the notes --- notes/enableGo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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