Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metonymic-smokey/gophing-around
Some exercises and small projects to learn Go.
https://github.com/metonymic-smokey/gophing-around
go golang
Last synced: about 2 months ago
JSON representation
Some exercises and small projects to learn Go.
- Host: GitHub
- URL: https://github.com/metonymic-smokey/gophing-around
- Owner: metonymic-smokey
- Created: 2020-03-28T17:22:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T04:12:09.000Z (over 4 years ago)
- Last Synced: 2024-05-28T10:27:27.234Z (8 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gophing Around
These are a some small projects and exercises to learn Go and many of it's important packages.
The folders are as follows:
1. `exercism`: My set of solutions to the exercism exercises in Go.
2. `HTMLParser`: Extracts links from HTML files and outputs them with their text.
3. `SiteMap`: Builds a site map of a website, using the HTML Parser to parse links from eac individual page.Open to PRs if these can be improved in any way!