Linux to Win10 with embed

I created a web app on VirtualBox Ubuntu and compiled it for Windows10 with env GOARCH=amd64 and GOOS=windows. And I found that some files like css/js/images weren’t showing. I could see the web HTML itself, so I think some files are embedded.

Or maybe it’s just a routing or programming problem.

Is it guaranteed OK to cross compile between Linux and Windows with embedded files?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.