Skip to content

mattbbc/learngowithtests

Repository files navigation

learngowithtests

Working through Learn Go with Tests.

Takeaways

Use go vet to check code

Use channels when passing ownership of data Use mutexes for managing state https://go.dev/wiki/MutexOrChannel

Don't embed mutexes in structs Maybe don't use embedding in structs at all

About

Working through Learn Go with Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages