1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00
Files
testing-go-code-with-postgres/migrations/embed.go
2024-07-01 21:02:04 +03:00

11 lines
238 B
Go

// Copyright (c) 2024 Vasiliy Vasilyuk. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package migrations
import "embed"
//go:embed *.up.sql
var FS embed.FS