goapp icon indicating copy to clipboard operation
goapp copied to clipboard

An opinionated guideline to structure & develop a Go web application/service

Results 2 goapp issues
Sort by recently updated
recently updated
newest added

This is an issue that came up in our own internal (private, sorry) app for which I've not found a good sample (though not having much time / priority to...

documentation
enhancement

- create individual interfaces in api package based on different cmd (server, subscriber etc.) - change naming convention of store files to have the DB name in file. e.g. store_postgres...

documentation
enhancement