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
+13.7k Golang : reCAPTCHA example
+25.8k Golang : How to write CSV data to file
+7.6k Golang : Detect sample rate, channels or latency with PortAudio
+31.2k Golang : Calculate percentage change of two values
+12.2k Golang : Split strings into command line arguments
+4.7k Adding Skype actions such as call and chat into web page examples
+30.7k Golang : Remove characters from string example
+9.5k Golang : Terminate-stay-resident or daemonize your program?
+7.4k Golang : Accessing dataframe-go element by row, column and name example
+9.7k Golang : Populate slice with sequential integers example
+48.3k Golang : How to convert JSON string to map and slice