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 wanna import cue.mod in mian.go file, but got error:
# go run main.go
package "mod.test/pkg:bar" imported but not defined in :
3:8
scheme:
_|_ // package "mod.test/pkg:bar" imported but not defined in (and 1 more errors)
I wanna import cue.mod in mian.go file, but got error:
How to fix it?
main.go
in.cue
cue.mod/module.cue
pkg/bar.cue
pkg/baz.cue
The text was updated successfully, but these errors were encountered: