pomerium/internal/httputil/docs.go
Bobby DeSimone ba14ea246d
*: remove import path comments (#545)
- import path comments are obsoleted by the go.mod file's module statement

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-03-16 10:13:47 -07:00

3 lines
132 B
Go

// Package httputil provides HTTP utility functions, complementing the more
// common ones in the net/http package
package httputil