sourcegraph/lib
2021-05-25 13:47:14 -05:00
..
batches Don't depend on repo package for batch changes (#19930) 2021-04-14 16:17:52 +02:00
codeintel codeintel: Move datastructures package (#21369) 2021-05-25 13:47:14 -05:00
output Start implementing sg doctor command (#20796) 2021-05-14 15:39:48 +00:00
go.mod codeintel: Refactor upload package (#21159) 2021-05-20 18:18:24 -05:00
go.sum all: go mod download and tidy (#21276) 2021-05-24 11:10:18 +00:00
README.md lib: Introduce non-enterprise lib directory (#18992) 2021-03-10 19:41:33 -06:00
tools.go codeintel: Refactor inference code (#20993) 2021-05-17 18:33:49 +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.