Go R1 Day 8
tech development 100DaysOfCode microblog golang
Day 8 of 100
progress
- Worked through Algorithms in Go:
Determine if a number is in a list - Passed the tests without needing to find the solution, so that’s a win.
- Had to remember to grab the second value from the range operator like
for _, i := range itemsinstead of usingforeach($i in $items)like PowerShell would do. It’s more similar to using hashtables withGetEnumerator(). - Used codespaces with Docker and also experimented with WSL2 and Visual Studio Code mounting the directory from inside WSL2.