Cannot find package “golang.org/x/net/html/charset” in any of:

When,

  • I run program using Jetbrains’ GoLand
  • I am using library goxml2json from github and using that in my project by importing "github.com/basgys/goxml2json"

An error has appeared like below :

..\github.com\basgys\goxml2json\decoder.go:8:2: cannot find package "golang.org/x/net/html/charset" in any of:
    C:\Go\src\golang.org\x\net\html\charset (from $GOROOT)
    C:\Users\Devo\go\src\golang.org\x\net\html\charset (from $GOPATH)

I already use that way but appear like this :

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.