sourcegraph/lib
2023-01-31 16:28:57 +01:00
..
api bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
batches Housekeeping: Add package name aliases to avoid collisions with variables (#47180) 2023-01-31 16:28:57 +01:00
cliutil bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
codeintel Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
errors bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
gitservice bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
group bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
iterator Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
output bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
process bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
servicecatalog lib/servicecatalog: codenotify for cloud, security (#47044) 2023-01-30 10:01:59 -08:00
go.mod bazel: build the //lib folder (#46929) 2023-01-27 15:30:35 +01:00
go.sum bazel: build the //lib folder (#46929) 2023-01-27 15:30:35 +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.