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.5k Golang : Get HTTP protocol version example
+5.7k Golang : How to check variable or object type during runtime?
+11k Golang : How to get Unix file descriptor for console and file
+5.6k Golang : Gomobile init produce "iphoneos" cannot be located error
+3k Golang : Display packages names during compilation
+6.6k Golang : How to get ECDSA curve and parameters data?
+22.5k Golang : Saving(serializing) and reading file with GOB
+5.7k Gogland : Where to put source code files in package directory for rookie
+7.8k RPM : error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
+9.7k Golang : How to determine if user agent is a mobile device example
+24.6k Golang : JQuery AJAX post data to server and send data back to client example
+6.5k Golang : Flip coin example