You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fairly new to go, and am currently trying to use gocss. When trying to compile your examples, or any other code that references the package, I get the following error:
can't load package: /Users/joe/Development/CSSCounter/counter.go:6:2: import "github.com/m2omou/parser-css/src" is a program, not an importable package
Some googling suggests that this may be because gocss uses main as it's package -- but I don't know if that's the actual issue.
Any pointers? Am I doing something wrong? I go version outputs: go version go1.7.3 darwin/amd64.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for writing gocss.
I'm fairly new to go, and am currently trying to use gocss. When trying to compile your examples, or any other code that references the package, I get the following error:
Some googling suggests that this may be because gocss uses
main
as it's package -- but I don't know if that's the actual issue.Any pointers? Am I doing something wrong? I
go version
outputs:go version go1.7.3 darwin/amd64
.Thanks!
The text was updated successfully, but these errors were encountered: