diff options
Diffstat (limited to 'service/logging.go')
-rw-r--r-- | service/logging.go | 3 |
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 { |