Changelog
All notable changes to this project will be documented in this file.
0.5.22024-10-05
- Fix typo navstart
- Update dependencies
- Use Go v1.21
0.5.12022-05-22
- Move module to github.com/sogvin/website
0.5.02022-01-20
- Link to changelog
- Rename sections to match skills
- Split design section into system and software design
- Add drill "Pointer receiver or not"
0.4.02022-01-16
- Add preface with purpose of the website
- Add drills
- Encode struct to json
- Read file line by line
- Simple level loggers
- Basic use of log printer fucs
- Open file for reading
- Slurp file
- Parse options using cmdline.BasicParser
- Parse builtin types
- Short and long option names
- Group packages under references
0.3.02022-01-15
- Added version and release date to front page
- Update package cmdline and "Purpose of func main" article