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
+28.8k Get file path of temporary file in Go
+12.6k Golang : "https://" not allowed in import path
+6.6k Golang : Convert an executable file into []byte example
+5.8k Linux/Unix/PHP : Restart PHP-FPM
+10.4k Golang : How to check if a website is served via HTTPS
+15.4k nginx: [emerg] unknown directive "ssl"
+27.8k PHP : Convert(cast) string to bigInt
+12.8k Golang : Remove or trim extra comma from CSV
+9.6k Golang : Get all countries currencies code in JSON format
+14.1k Golang : concatenate(combine) strings
+16.4k Golang : How to extract links from web page ?