sourcegraph/lib
2023-12-14 23:43:57 +00:00
..
api enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
background telemetry-gateway: migrate to MSP runtime (#58814) 2023-12-08 12:14:34 -08:00
batches code-search: handle changeset fork when creating a batch change via src-cli (#58156) 2023-11-08 09:55:05 +01:00
cliutil sg: improve positional completions (#58569) 2023-11-27 16:30:59 -08:00
codeintel Cleanup: use new go 1.21 features (#58617) 2023-11-28 13:49:38 -07:00
errors chore: links/ownership devx->dev-infra (#58999) 2023-12-14 15:07:20 +00:00
gitservice gitservice: use an error hook instead of a logger (#56611) 2023-09-14 12:36:05 +02:00
iterator ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
managedservicesplatform msp/runtime: clarify what Healthy should indicate (#59020) 2023-12-14 23:43:57 +00:00
output lib/output: Remove Style interface (#54163) 2023-06-26 14:32:23 +00:00
pointers msp: add monitoring stack (#58816) 2023-12-13 19:40:57 +00:00
process vcssyncer: Move clone implementation details into syncer (#57688) 2023-10-27 20:55:59 +02:00
servicecatalog Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00
go.mod chore: remove gotest.tools/assert (#58899) 2023-12-12 12:01:12 -08:00
go.sum chore: remove gotest.tools/assert (#58899) 2023-12-12 12:01:12 -08: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.