golang
-
How to downgrade Golang from version 1.13 to 1.12
I've been studying Go recently and found that the differences between versions are quite significant. Here, I'll share how to downgrade your Go version; this method has general applicability: Step 1: Confirm your version ~|⇒ go version go version go1.13.…