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
+8.5k Golang : Send data to /dev/null a.k.a blackhole with ioutil.Discard
+6.9k Golang : Generate EAN barcode
+10.5k Golang : Validate email address
+5k Golang : Takes a plural word and makes it singular
+13.2k Golang : How do I get the local IP (non-loopback) address ?
+8.5k RPM : error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
+4.4k Golang : Convert an executable file into []byte example
+29k Golang : Validate email address with regular expression
+29.9k Golang : Call a function after some delay(time.Sleep and Tick)
+15.5k How to enable MariaDB/MySQL logs ?
+26.7k Golang : Remove characters from string example
+11.2k Javascript : Prompt confirmation before exit