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
+7.2k Golang : A simple forex opportunities scanner
+10.4k Golang : Check a web page existence with HEAD request example
+29.6k Golang : JQuery AJAX post data to server and send data back to client example
+12.2k Golang : Decompress zlib file example
+7.6k Golang : Gorrila set route name and get the current route name
+24.9k Golang : How to print rune, unicode, utf-8 and non-ASCII CJK(Chinese/Japanese/Korean) characters?
+14.2k Golang : Google Drive API upload and rename example
+7.1k Golang : Calculate BMI and risk category
+4.9k Adding Skype actions such as call and chat into web page examples
+19.4k Golang : Execute shell command
+15.7k Golang : Validate hostname
+30.1k Golang : Get and Set User-Agent examples