update overview

This commit is contained in:
Cadey Ratio 2019-10-28 22:42:00 +00:00
parent b39fdb00f5
commit 940e44e90a
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@ available as soon as they are created.
- [ ] JSON support for structures
- [ ] What's the deal with pointers?
- [ ] pointers make values mutable across functions
- [ ] Interfaces
- [ ] What is an interface?
- [ ] Defining them
- [ ] Using them
- [ ] Errors
- [ ] Handling errors
- [ ] Package errors
- [ ] Making your own error types
- [ ] HTTP operations
- [ ] fetching data from canhazip.com
- [ ] validating response