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
+5.4k Golang : Detect words using using consecutive letters in a given string
+13.4k Generate salted password with OpenSSL example
+7.3k Golang : Rot13 and Rot5 algorithms example
+14k Golang : How to pass map to html template and access the map's elements
+21.5k Golang : Upload big file (larger than 100MB) to AWS S3 with multipart upload
+32.6k Golang : How to check if a date is within certain range?
+6.7k Golang : Decode XML data from RSS feed
+52k Golang : How to get struct field and value by name
+29.1k Golang : How to create new XML file ?
+6.9k Golang : Array mapping with Interface
+22.7k Golang : Test file read write permission example