-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I'm getting this error when trying to debug a walk app in VSCode on Windows 11.
Build Error: go build -o c:\Users\User\go\pkg\mod\github.com\tailscale\[email protected]\__debug_bin3166877821.exe -gcflags all=-N -l .
win.go:14:2: golang.org/x/[email protected]: missing go.sum entry for go.mod file; to add it:
go mod download golang.org/x/exp (exit status 1)
Maybe you need to run go mod tidy
?
The reason I need to debug it is the call to InitApp() is failing with this error: InitCommonControlsEx failed
Metadata
Metadata
Assignees
Labels
No labels