From 307c73e1fb14cd9e0f20b6dea26913af044c9873 Mon Sep 17 00:00:00 2001 From: wagslane Date: Tue, 6 Jun 2023 09:26:16 -0600 Subject: [PATCH] embed --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 9d83202..474b8cc 100644 --- a/main.go +++ b/main.go @@ -16,8 +16,6 @@ import ( "github.com/bootdotdev/learn-cicd-starter/internal/database" - _ "embed" - _ "github.com/go-sql-driver/mysql" )