The use of makefile in GoLand under Windows

Install chocolate

The official website is very clear. Just refer to the official website for download

Install make

To execute the makefile file, you need to use make, and install make by using chocolate (note that you also need to use the administrator identity)

 choco install make

Change GoLand settings

At this point, you can use the make instruction to execute the makefile file

Read More: