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
It has been so long since I explored this so I don't quite remember; however, last time I worked on this, this use case was not well supported in Go/cgo. If I recall correctly, I sort of got vendoring to work by adding dummy *.go files in the folders that had non-go files.
Trying to build the example as go module with vendored dependencies. Build fails with the following error:
OS is Windows 11, but I don't think it's OS-dependent.
Go version is 1.22.5.
Copying
libs
directory tovendor/github.com/webview/webview_go
solves the issue.The text was updated successfully, but these errors were encountered: