1 // Package mutil contains various functions that are helpful when writing http 2 // middleware. 3 // 4 // It has been vendored from Goji v1.0, with the exception of the code for Go 1.8: 5 // https://github.com/zenazn/goji/ 6 package mutil 7
View as plain text