sourcegraph/lib
2022-10-11 10:31:22 -06:00
..
batches batches: Remote Mount #4 - Caching (#40924) 2022-09-27 10:38:35 -06:00
codeintel all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
errors Backend: replace uses of errors.Group with lib/group (#42787) 2022-10-11 10:31:22 -06:00
gitservice requestclient: propagate request client IP, add gitserver access logger (#38798) 2022-07-15 13:32:31 +02:00
group lib/group: propagate panics from child goroutines (#42679) 2022-10-07 13:58:44 -06:00
output Disable terminal cursor toggling when not in a terminal (#42021) 2022-09-29 17:45:05 -04:00
process lib/process: always pipe _exactly_ what the command outputs (#36574) 2022-06-03 15:13:27 -07:00
go.mod lib: upgrade github.com/sourcegraph/log (#41217) 2022-09-01 17:01:34 +00:00
go.sum lib: upgrade github.com/sourcegraph/log (#41217) 2022-09-01 17:01:34 +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.