update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-09-30 05:09:52 -07:00
parent 3827bfac88
commit ae232ea6ab
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
[![Build Status](https://drone.datavi.be/api/badges/sneak/gohttpserver/status.svg)](https://drone.datavi.be/sneak/gohttpserver)
This is my boilerplate for a go HTTP server, designed to be a
starting point template for new projects.
starting point template for new projects, with most things conveniently
stubbed out and ready for simple and fast customization, with sane defaults.
Many ideas are taken from Mat Ryer's talk titled "How I Write HTTP Web Services
after Eight Years" at GopherCon 2019, seen here: