1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-16 02:27:40 +02:00
pomerium/internal/httputil/docs.go
Bobby DeSimone ba14ea246d
*: remove import path comments ()
- 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