Slight cleanup in http package

This commit is contained in:
Brian Picciano 2023-01-19 18:03:20 +01:00
parent c23030733f
commit 0bd8bd6f23

View File

@ -1,4 +1,4 @@
// Package api implements the HTTP-based api for the mediocre-blog.
// Package http implements the HTTP-based api for the mediocre-blog.
package http
import (