From 4a947d89f28f83d3876322b30b4134e8fdf7de83 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Thu, 7 Apr 2022 14:59:24 -0700 Subject: [PATCH] removed unused import for build (#3) --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 6a027bf..faeed8d 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,6 @@ import ( "github.com/jtom38/newsbot/collector/routes" "github.com/jtom38/newsbot/collector/database" - "github.com/jtom38/newsbot/collector/domain/model" "github.com/jtom38/newsbot/collector/services" )