System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
| /** | |
| This is an ECMA-404 compliant JSON parser written in pure JS, with nice error | |
| reporting. It's not super useful since it's ridiculously slow compared to | |
| `JSON.parse()`, but I had fun writing it. | |
| ISC License | |
| Copyright (c) 2019 Ryan Grove <ryan@wonko.com> | |
| Permission to use, copy, modify, and/or distribute this software for any purpose |
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.