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
+33.7k Golang : Proper way to set function argument default value
+11k Use systeminfo to find out installed Windows Hotfix(s) or updates
+15.9k Golang : Loop each day of the current month example
+8.1k Golang : Count leading or ending zeros(any item of interest) example
+4.1k Javascript : How to show different content with noscript?
+6k PHP : How to handle URI or URL with non-ASCII characters such as Chinese/Japanese/Korean(CJK) ?
+28.1k Golang : Change a file last modified date and time
+7.1k Golang : How to detect if a sentence ends with a punctuation?
+6.7k Golang : Pat multiplexer routing example
+12.4k Golang : Pass database connection to function called from another package and HTTP Handler
+39.7k Golang : UDP client server read write example