sourcegraph/lib
2021-10-12 13:46:21 +00:00
..
batches Throw validation error in ParseChangesetSpecExternalID (#25956) 2021-10-12 13:46:21 +00:00
codeintel codeintel/lsif/protocol: commit SymbolKind stringer generated file (#25757) 2021-10-06 17:54:32 +00:00
gitservice dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
output Run golangci-lint in every Go project in repository (and fix all reported errors) (#24956) 2021-09-15 09:59:20 +02:00
postgresdsn unify Postgres DSN building functionality under lib/postgresdsn (#25713) 2021-10-05 22:41:20 +00:00
process sg: Fix deadlock when command fails to install/run (#24654) 2021-09-06 16:14:34 +00:00
go.mod Move batch-change-utils into monorepo (#24926) 2021-09-14 11:49:04 +02:00
go.sum Move batch-change-utils into monorepo (#24926) 2021-09-14 11:49:04 +02: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.