Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simotae14/intro-to-go
Some exercise using Go programming language
https://github.com/simotae14/intro-to-go
Last synced: 9 days ago
JSON representation
Some exercise using Go programming language
- Host: GitHub
- URL: https://github.com/simotae14/intro-to-go
- Owner: simotae14
- Created: 2020-12-23T23:05:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T00:08:54.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T16:41:28.547Z (5 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go for JavaScript Developers
Prepared for Frontend Masters
September, 2019## How To Use This Repo
Welcome to [Go for JavaScript Developers][go]!
The master branch of this repo is a starting point that is meant to go along with a series of [slides][slides]. Each chapter contains markdown files that include instructions for the exercise as well as teaching materials. All Go files are located under the code/ directory of each chapter that include both teaching materials and solutions to the exercises (if applicable).
## Setup
To take full advantage of the examples and exercises in this repo, make sure to [download and install Go][godownload]. Additional instructions for downloading are located in the course.
## Errata
- The URL for the Star Wars API has been updated to https://swapi.dev
## Extra Resources
There are some great resources online to go further with the course material.
- [tour of Go](https://tour.golang.org/list)
- [Effective Go](https://golang.org/doc/effective_go.html)
- [Go by Example](https://gobyexample.com/)
- [Go docs](https://golang.org/doc/)
- [The Go Blog](https://blog.golang.org/)[slides]: https://static.frontendmasters.com/resources/2019-09-24-golang/golang.pdf
[go]: https://frontendmasters.com/courses/go-for-js-devs/
[godownload]: https://golang.org/dl/