glucose_exporter/httpslog/internal/mutil/mutil.go

7 lines
229 B
Go
Raw Normal View History

2024-03-20 08:58:17 +01:00
// Package mutil contains various functions that are helpful when writing http
// middleware.
//
// It has been vendored from Goji v1.0, with the exception of the code for Go 1.8:
// https://github.com/zenazn/goji/
package mutil