From c069de3955da41116934884b0874c71b57bd2cf3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 17 Jul 2024 22:26:28 +0200 Subject: [go] refactoring --- golang/pkg/database/migrations.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'golang/pkg/database/migrations.go') diff --git a/golang/pkg/database/migrations.go b/golang/pkg/database/migrations.go index 81cebaa..b167087 100644 --- a/golang/pkg/database/migrations.go +++ b/golang/pkg/database/migrations.go @@ -9,11 +9,6 @@ import ( _ "github.com/mattn/go-sqlite3" ) -type DB struct { - ctx context.Context - db *sql.DB -} - //go:embed sql/*.sql var schemaFiles embed.FS -- cgit v1.2.3