walk icon indicating copy to clipboard operation
walk copied to clipboard

can't find import: "github.com/lxn/walk/declarative"

Open ystyle opened this issue 10 years ago • 3 comments

I was using a Windows system. I run go get github.com/lxn/walk go install github.com/lxn/walk installed to use this library.

then I copied the demo project home page when I go build it

it's error: .\test.go:5: can't find import: "github.com/lxn/walk/declarative" Why is this excuse me

ystyle avatar Feb 22 '14 11:02 ystyle

Please try go get github.com/lxn/walk/declarative.

lxn avatar Feb 23 '14 15:02 lxn

Thank you, it can run

ystyle avatar Feb 24 '14 01:02 ystyle

PS C:!Code\Golang\gui\walk> go get github.com/lxn/walk/declarative go get github.com/lxn/walk/declarative: no matching versions for query "upgrade"

Feelcame avatar Jan 30 '22 02:01 Feelcame