sourcegraph/lib
Alex Ostrikov 6a3096bfbd
chore: remove some dead code found by linter. (#46940)
Test plan:
CI should pass.
2023-01-25 20:43:54 +04:00
..
api bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
batches chore: remove some dead code found by linter. (#46940) 2023-01-25 20:43:54 +04:00
cliutil bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
codeintel chore: remove some dead code found by linter. (#46940) 2023-01-25 20:43:54 +04: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 bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +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
go.mod dev/sg: add simple installer for mi2 (#45645) 2022-12-14 06:51:44 +00:00
go.sum dev/sg: add simple installer for mi2 (#45645) 2022-12-14 06:51:44 +00: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.