This is an open-source Go webapp template designed to kickstart new Go application projects. It's built following the clean architecture principles outlined in this blog post by EasyPost.
- Clone this repository.
- Rename the
sampleappdirectory to your project name. - Update
go.modwith your module name. - Customize the code to fit your needs.
Feel free to use this template for your own projects!