Golang book

Golang book

Follow
Follow
homePersonal blognewslettermembers
Tag

TDD (Test-driven development)

#tdd

More content

Read more stories on Hashnode


Articles with this tag

Golang test main function

Mohamed AllamMohamed Allam
Dec 3, 20221 min read779 views

This code shows how you can test the main function in Golang, using the official testing package. It compiles to an executable file, runs it, and...

Golang test main function