sourcegraph/lib
2022-07-06 14:20:34 -07:00
..
batches batches: Add caching for file mounts (#37363) 2022-06-24 08:25:33 -06:00
codeintel lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
errors lib: use any instead of interface{} (#35121) 2022-05-09 14:55:38 +00:00
gitservice lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
group Backend: create unified lib/group package (#37981) 2022-07-04 21:46:24 -06:00
output lib/output: fix emoji line without style (#38323) 2022-07-06 14:20:34 -07:00
process lib/process: always pipe _exactly_ what the command outputs (#36574) 2022-06-03 15:13:27 -07:00
go.mod internal/tracer: add OpenTelemetry tracer (#37984) 2022-07-05 11:28:15 -07:00
go.sum internal/tracer: add OpenTelemetry tracer (#37984) 2022-07-05 11:28:15 -07: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.