From f9d93ead4ef6e099ba7e00318dce6509b0f1eda4 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 14 May 2019 14:14:05 -0600 Subject: Rename and export some types, other minor changes --- modules/caddyhttp/staticresp.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/caddyhttp/staticresp.go') diff --git a/modules/caddyhttp/staticresp.go b/modules/caddyhttp/staticresp.go index dca60cb..408de60 100644 --- a/modules/caddyhttp/staticresp.go +++ b/modules/caddyhttp/staticresp.go @@ -15,7 +15,6 @@ func init() { } // Static implements a simple responder for static responses. -// It is Caddy's default responder. TODO: Or is it? type Static struct { StatusCode int `json:"status_code"` Headers http.Header `json:"headers"` -- cgit v1.2.3