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/e9a9ffa3-44e5-42b4-8ad5-440afa28f90ao%40googlegroups.com.

Reply via email to