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
+29.2k Golang : Login(Authenticate) with Facebook example
+10.5k Golang : Get currencies exchange rates example
+5.2k How to check with curl if my website or the asset is gzipped ?
+15.7k Golang : How to reverse elements order in map ?
+4.9k Golang : Issue HTTP commands to server and port example
+4.7k Unix/Linux : secure copying between servers with SCP command examples
+4.5k Linux/MacOSX : How to symlink a file?
+14.8k JavaScript/JQuery : Detect or intercept enter key pressed example
+11.2k Golang : Generate DSA private, public key and PEM files example
+6k Golang : Test input string for unicode example
+9.2k Golang : How to extract video or image files from html source code
+13.6k Golang : How to check if a file is hidden?