Golang : Check version
Sometimes, the most obvious thing can be the hardest to remember. This is just a quick note for future usage...in case someone needs a simple reminder to find out the Golang version installed on a machine.
The command to find out is ....
>go version
Might be useful to include this information if you're querying many Golang servers remotely.
See also : Golang : Check from web if Go application is running or not
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+18.7k Unmarshal/Load CSV record into struct in Go
+10.4k Swift : Convert (cast) String to Integer
+19.8k Golang : Count JSON objects and convert to slice/array
+17k Golang : Get number of CPU cores
+15.2k JavaScript/JQuery : Detect or intercept enter key pressed example
+10.5k Golang : Create matrix with Gonum Matrix package example
+11.2k Golang : Proper way to test CIDR membership of an IP 4 or 6 address example
+14.7k Golang : Get URI segments by number and assign as variable example
+17.6k Golang : delete and modify XML file content
+9.6k Golang : Eroding and dilating image with OpenCV example
+10.6k Golang : ISO8601 Duration Parser example
+6.3k Golang : Test input string for unicode example