Hi,

I'm following with
https://github.com/goccmack/gocc/blob/master/doc/gocc_user_guide.pdf

and I'm at the step of trying to install gocc:

```
$ go get -v github.com/goccmack/gocc
github.com/goccmack/gocc (download)
get "golang.org/x/mod/modfile": found meta tag
vcs.metaImport{Prefix:"golang.org/x/mod", VCS:"git",
RepoRoot:"https://go.googlesource.com/mod"} at
//golang.org/x/mod/modfile?go-get=1
get "golang.org/x/mod/modfile": verifying non-authoritative meta tag
golang.org/x/mod (download)
cannot find package "golang.org/x/mod/modfile" in any of:
        /usr/lib/go-1.17/src/golang.org/x/mod/modfile (from $GOROOT)
        /.../Go/src/golang.org/x/mod/modfile (from $GOPATH)

$ go get -v golang.org/x/mod/modfile
get "golang.org/x/mod/modfile": found meta tag
vcs.metaImport{Prefix:"golang.org/x/mod", VCS:"git",
RepoRoot:"https://go.googlesource.com/mod"} at
//golang.org/x/mod/modfile?go-get=1
get "golang.org/x/mod/modfile": verifying non-authoritative meta tag
golang.org/x/mod (download)
cannot find package "golang.org/x/mod/modfile" in any of:
        /usr/lib/go-1.17/src/golang.org/x/mod/modfile (from $GOROOT)
        /.../Go/src/golang.org/x/mod/modfile (from $GOPATH)

$ go get -v golang.org/x/mod/
package golang.org/x/mod: no Go files in /.../Go/src/golang.org/x/mod
```

How to overcome such hurdle? thx!

-- 
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/CAMmz1Oe%2B32RfW4qi%3DspRpFcixH3u2ZxUZe%3D3nwTmTLYfRHQh3A%40mail.gmail.com.

Reply via email to