sourcegraph/lib
Varun Gandhi 0ca5d336e1
Add missing .gitattributes files for various generated files (#30092)
* Mark protoc generated files with .gitattributes files.
* Mark generated documentation with .gitattributes.
2022-01-25 16:36:21 +05:30
..
batches Allow files in SSBC (#29969) 2022-01-20 17:48:03 +01:00
codeintel Add missing .gitattributes files for various generated files (#30092) 2022-01-25 16:36:21 +05:30
gitservice lib/gitservice: Set pack.windowMemory=100m in git-upload-pack (#29497) 2022-01-07 14:58:14 +00:00
output sg: Show progress bar when waiting for commands to install (#30039) 2022-01-24 10:41:39 +01:00
process sg: Print output, even if it's just one character (#29745) 2022-01-14 13:24:04 +00:00
go.mod RFC 519: Add LSIF typed schema (#29457) 2022-01-11 16:16:12 -06:00
go.sum RFC 519: Add LSIF typed schema (#29457) 2022-01-11 16:16:12 -06: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.