sourcegraph/lib
2023-04-26 14:02:41 -06:00
..
api bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
batches Executors Native SSBC (#50079) 2023-04-26 14:02:41 -06:00
cliutil bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
codeintel bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
errors bazel: add depguard as a nogo linter (#50585) 2023-04-13 14:19:45 +02:00
gitservice bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
iterator bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
output bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
process bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
servicecatalog bazel: fix buf files (#49444) 2023-03-15 20:21:38 +00:00
go.mod Migrate to autogold/v2 (needed by Bazel) (#47891) 2023-02-21 10:37:13 +01:00
go.sum Migrate to autogold/v2 (needed by Bazel) (#47891) 2023-02-21 10:37:13 +01:00
README.md lib: Introduce non-enterprise lib directory (#18992) 2021-03-10 19:41:33 -06:00
tools.go build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00

Sourcegraph lib module

This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo.

Code in this module should not import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module.