mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
7 lines
82 B
Go
7 lines
82 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed **/*
|
|
var QueryDefinitions embed.FS
|