You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
11 lines
238 B
Go
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
|