GoLang Examples README
Examples are from this link: https://gobyexample.com/
You don’t need to install Go to try these examples. Just follow the instructions below to execute my examples
- Navigate to the example folder (for e.g., ex-01-hello-world points to Hello World Example)
- Copy the contents of the *.go file
- Paste the contents in the Go Playground and Hit 'Run'