summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/http/http.go (renamed from src/http/api.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/api.go b/src/http/http.go
index ffe0f25..e5ca3f1 100644
--- a/src/http/api.go
+++ b/src/http/http.go
@@ -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 (