diff --git a/src/http/api.go b/src/http/http.go similarity index 99% rename from src/http/api.go rename to 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 (