package
0.0.0-20240228044302-56ad08b2fa1c
Repository: https://github.com/parsiya/parsia-code.git
Documentation: pkg.go.dev

# README

Gophercises - 13 - quiet Hackernews

Problem

Solution

  • main-refactored: Original code refactored to prepare it for goroutines.
  • main.go: Goroutine and cache. It's messy but it works and it's fast.

Lessons Learned

Not much, it was mostly frustrating. I used goroutines and channels.