golang-exercises/golangr
raul 8b87cce11c Completed goroutine channels exercise
Finally starting to get the hang of how channels in goroutines work,
just pass the values around using arrows after creating the channel
using c := make(chan $TYPE)
2024-03-07 17:59:18 +01:00
..
array Finished arrays exercise 2024-01-29 17:40:49 +01:00
between-1-10-checker Added ability to input names with spaces 2024-01-24 06:56:48 +01:00
counter Added ability to input custom delay 2024-02-01 12:40:28 +00:00
goroutines Completed goroutine channels exercise 2024-03-07 17:59:18 +01:00
range Learning structs and cleaning up old code 2024-02-10 13:44:41 +01:00
renamer Added renamer exercise 2024-02-28 06:45:40 +01:00
README.md Added Golangr exercise 2024-01-22 14:02:07 +01:00

README.md

Golangr exercises

These are just exercises I pulled from this website to practice, I may also do the same with other websites