mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:11:44 +00:00
This is the end of the PR train to remove the enterprise directory from out repo since we have consolidated to use a single license. Bye rough code split :)
7 lines
73 B
Go
7 lines
73 B
Go
package config
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed repos.json
|
|
var Repos string
|