Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gm0stache/proglog
Code created while working through "Distributed Services with Go" by Travis Jeffery.
https://github.com/gm0stache/proglog
Last synced: about 1 month ago
JSON representation
Code created while working through "Distributed Services with Go" by Travis Jeffery.
- Host: GitHub
- URL: https://github.com/gm0stache/proglog
- Owner: gm0stache
- Created: 2023-07-27T06:04:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T11:05:23.000Z (about 1 year ago)
- Last Synced: 2024-06-19T23:06:51.400Z (7 months ago)
- Language: Go
- Homepage:
- Size: 3.76 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proglog
Code created while working through "Distributed Services with Go" by Travis Jeffery.
### potential improvements
- arrange code blocks/sections in the book to always result in complete code. sometimes it takes a whole chapter to have complete/valid code again. the code written should be complete after each code block. i think this would make the code easier to follow in general and to chunk changes logically for commits.