Thanks a lot Brian!

I upgraded to go version go1.14.3 linux/amd64 in Ubuntu 20.04 LTS and now 
the problem is gone. thx!

On Saturday, July 25, 2020 at 12:25:15 PM UTC-4, Brian Candler wrote:
>
> Works fine for me.  Inside an empty directory:
>
> $ wget 
> https://raw.githubusercontent.com/mkideal/cli/master/_examples/015-file/main.go
> $ go mod init github.com/mkideal/cli/015-file
> go: creating new go.mod: module github.com/mkideal/cli/015-file
> $ go build
> go: finding module for package github.com/mkideal/cli/ext
> go: finding module for package github.com/mkideal/cli
> go: downloading github.com/mkideal/cli v0.2.2
> go: found github.com/mkideal/cli in github.com/mkideal/cli v0.2.2
> go: downloading github.com/mkideal/pkg v0.1.2
> go: downloading github.com/labstack/gommon v0.3.0
> go: downloading github.com/mattn/go-isatty v0.0.12
> go: downloading github.com/mattn/go-colorable v0.1.7
> go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
> go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
> $ go version
> go version go1.14.5 linux/amd64
> $ 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8054b55c-6678-40c9-885a-72f65679ca5bo%40googlegroups.com.

Reply via email to