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
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