DEV Community

Discussion on: 📖 Go Fiber by Examples: Testing the application

Collapse
 
jhoval profile image
Mauro Franchini

Hi Vic! Thanks for investing time in writing this serie of blogposts once again. I think there is one small typo:

Here it says:

For example, if we need to cover the SomeFuncToExample function, which is in the example.go file, we need to create a new file named **example_text.go**, in which we need to place a test function named TestSomeFuncToExample(t *testing.T).

Should it be ** example_test.go**?