⚠️ This lesson is retired and might contain outdated information.

Writing a Unit Test in Go

Chris Biscardi
InstructorChris Biscardi
Share this video with your friends

Social Share Links

Send Tweet

Golang has testing tools built into the standard go tool and the standard library. Here is how to write a unit test on a function so that you can run it with go test.