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
+9.1k nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
+18.5k Golang : Find IP address from string
+5.8k Golang : Generate multiplication table from an integer example
+34.5k Golang : How to stream file to client(browser) or write to http.ResponseWriter?
+29.3k Golang : How to create new XML file ?
+21k Golang : Sort and reverse sort a slice of strings
+6.8k Golang : How to setup a disk space used monitoring service with Telegram bot
+9.1k Golang : How to control fmt or log print format?
+5.7k Golang : Markov chains to predict probability of next state example
+10k Golang : Find and replace data in all files recursively
+20k Golang : Determine if directory is empty with os.File.Readdir() function
+6.2k Golang : Test input string for unicode example