package main import ( "github.com/sourcegraph/sourcegraph/cmd/github-proxy/shared" "github.com/sourcegraph/sourcegraph/cmd/sourcegraph-oss/osscmd" ) func main() { osscmd.DeprecatedSingleServiceMainOSS(shared.Service) }