1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

web: Optionally mount /debug/pprof for #120

- web: eliminate use of http.DefaultServeMux
This commit is contained in:
James Hillyerd
2018-10-20 16:16:09 -07:00
parent 5e8f00fe0b
commit 98745b3bb9
4 changed files with 29 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Use Go 1.11 modules for reproducible builds.
- SMTP TLS support (thanks kingforaday.)
- `INBUCKET_WEB_PPROF` configuration option for performance profiling.
### Changed
- Docker build now uses Go 1.11 and Alpine 3.8