go-rest-api icon indicating copy to clipboard operation
go-rest-api copied to clipboard

An idiomatic Go REST API starter kit (boilerplate) following the SOLID principles and Clean Architecture

Results 12 go-rest-api issues
Sort by recently updated
recently updated
newest added

Hi, Qiang! I found nice article about Clean Architecture in Golang. Did you read it? I like that the presenter extracted from Use Case layer. In our starter it hardcoded...

This is not a good example to follow, it's overly complicated - pkg/ nobody should use that in new projects, it's antiquated from before internal/ existed - internal/ 99% of...