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
+19.5k Golang : Measure http.Get() execution time
+7.9k Golang : HTTP Server Example
+10.3k Golang : Generate 403 Forbidden to protect a page or prevent indexing by search engine
+9.9k Golang : Print how to use flag for your application example
+31.8k Golang : Validate email address with regular expression
+20.9k Golang : How to force compile or remove object files first before rebuild?
+15k Golang : Get timezone offset from date or timestamp
+18.4k Golang : Implement getters and setters
+4.8k Golang : Get a list of crosses(instruments) available to trade from Oanda account
+18.3k Golang : Write file with io.WriteString
+5.7k Facebook : How to force facebook to scrape latest URL link data?
+9.2k Golang : Web(Javascript) to server-side websocket example