Error please hlp me

cannot find package “sso/config”… why?

Hard to say. What command did you enter to get this error? What code do you try to compile? Is there a file mentioned in the error? In general can you provide more context?

1 Like

go run main.go
main.go:4:8: cannot find package “sso/config” in any of:
D:\Go\src\sso\config (from $GOROOT)
C:\Users\USER-PC\go\src\sso\config (from $GOPATH)

sso is not a package from go stdlib, have you written it yourself? Did you mean ./sso/config? Did you forget to prefix with repository information? eg. github.com/foo/sso/config?

1 Like

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