log pkg/middleware/dbconn.go @ 4650:f5fce22184da stree-experiment

age author description
Fri, 02 Aug 2019 18:13:58 +0200 Sascha L. Teichmann Made 'golint' and 'staticcheck' happy with middleware package.
Fri, 15 Mar 2019 16:45:34 +0100 Sascha L. Teichmann Added http middlewares to connect to db and parse input as JSON. This complements the JSONHandler which is for JSON in to JSON out. The new middlewares are for JSON in to abitrary out.