Slow compiling process

i started today with go and i work with intellij ultimate with go plugin. i first create a hello world project but i have long compilation time. (30 seconds and more)
i’m working with windows and i have installed newest go sdk.

if i compile with console

go build main.go then it’s the same. i’m behind a proxy, could this be the problem?

How are you compiling? On my Windows computer, compiling my folder of Go files with go build . is fast, but running the program the first time is quite slow because Windows Defender scans the file first. Is that maybe what’s happening to you?

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