From c4fe36a2a4a39d7e3f4dd764f8ba4d4c2dfd60f0 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Mon, 8 Nov 2021 22:33:11 +0000 Subject: [PATCH] Fix leading space --- postgres/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/conn.go b/postgres/conn.go index c10fe61..6b5c9f4 100644 --- a/postgres/conn.go +++ b/postgres/conn.go @@ -9,7 +9,7 @@ import ( "github.com/pressly/goose/v3" ) -// go:embed schema/*.sql +//go:embed schema/*.sql var migrations embed.FS // Connect to a database