“package crypto/ecdh is not in std” when using gccgo
I’m trying to compile a program written in Go. With Go standard compiler everything work and the program is generated normally.
Why some programs written in Go doesn’t compile when the compiler used is gccgo?
I’m trying to compile a program written in Go. With Go standard compiler everything work and the program is generated normally.