aboutsummaryrefslogtreecommitdiff
path: root/service/logging.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/logging.go')
-rw-r--r--service/logging.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/logging.go b/service/logging.go
index d1685ac..7d53f89 100644
--- a/service/logging.go
+++ b/service/logging.go
@@ -6,7 +6,8 @@ import (
"log"
"mime/multipart"
"time"
- "web/model"
+
+ "bloat/model"
)
type loggingService struct {