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.1k Golang : Transform lisp or spinal case to Pascal case example
+26.8k Golang : Force your program to run with root permissions
+10k Golang : Edge detection with Sobel method
+41.4k Golang : Convert string to array/slice
+27.9k Golang : Move file to another directory
+7.2k Golang : alternative to os.Exit() function
+46.3k Golang : Marshal and unmarshal json.RawMessage struct example
+40.9k Golang : How to check if a string contains another sub-string?
+12.6k Golang : zlib compress file example
+9.3k Golang : Launch Mac OS X Preview (or other OS) application from your program example
+24.9k Golang : Create PDF file from HTML file
+16.3k CodeIgniter/PHP : Create directory if does not exist example