I look at the Go language. And I have a question: for example, I will create a new library that should use methods from one Go package for Windows and from others for Linux.
I'm just asking if there is a convenient way to organize the build process? Of course, I can just create a project for each OS and change the import name for each OS.
source
share