Если возникает ошибка вида:
main: open C:\Users\...\AppData\Local\Temp\go-build2734590691\b001\exe\a.out.exe: The process cannot access the file because it is being used by another process.
go: remove C:\Users\...\AppData\Local\Temp\go-build2734590691\b001\exe\a.out.exe: The process cannot access the file because it is being used by another process.
Мне помогает полный сброс кеша в go:
go clean -cache -testcache -modcache
Дополнительно про эту ошибку можно почиать на офф сайте: https://wails.io/docs/guides/troubleshooting/#i-get-a-microsoft-edge-cant-read-or-write-to-its-data-directory-error-when-running-my-program-as-admin-on-windows
~/go/bin/wails dev -tags=no_duckdb_arrow