tinygui icon indicating copy to clipboard operation
tinygui copied to clipboard

try to use it but go get failed

Open titimoby opened this issue 3 years ago • 0 comments

I understand it is a work in progress. I just wanted to let you know that go get github.com/spearson78/tinygui/component was not successful. (side note: on which micro controller do you test?)

➜ go get github.com/spearson78/tinygui/component
go: downloading tinygo.org/x/tinydraw v0.0.0-20220125063109-43cae6615eb5
# github.com/spearson78/tinygui/primitive
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:14:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:15:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:16:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:17:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:22:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:23:2: undefined: tinydraw.FilledRectangleEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:24:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:30:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:31:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:37:2: undefined: tinydraw.LineEx
/Users/thierry/go/pkg/mod/github.com/spearson78/[email protected]/primitive/primitives.go:37:2: too many errors

titimoby avatar Feb 20 '22 15:02 titimoby