Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.94k stars 335 forks source link

Feature/Tests to Generated Projects #99

Closed SudoSurya closed 1 year ago

SudoSurya commented 1 year ago

added tests to generated projects. just used standard go testing library because using testify or any other 3rd party libraries need to install that package we don't know user want a testing library or not. i mean most people usually don't write tests tho. so sticking with standard testing good instead of using a 3rd party one

SudoSurya commented 1 year ago

Fixed Format nits