diff options
| author | 2019-11-24 13:06:35 -0500 | |
|---|---|---|
| committer | 2019-11-24 13:06:35 -0500 | |
| commit | fe9b3bd96f92bcd185caf61aeae27c65d65b8f1c (patch) | |
| tree | 328064ce1579a5f5e7a6a11ef24fc4f54a8008b2 /http | |
| parent | Update server utilities (no more health checks) (diff) | |
Remove more redundant comments
Diffstat (limited to 'http')
| -rw-r--r-- | http/index.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/http/index.go b/http/index.go index 4bb9567..124e172 100644 --- a/http/index.go +++ b/http/index.go @@ -6,7 +6,5 @@ import ( ) func Index(ctx *fasthttp.RequestCtx) { - //b := new(bytes.Buffer) - //template.Index(b) ctx.SuccessString("text/html", template.Index()) // render template } |
