mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:11:57 +00:00
* git mv pkg internal
* fix imports in Go files
find ./ -type f -name '*.go' -exec sed -i '' -e 's/sourcegraph\/pkg\//sourcegraph\/internal\//g' {} \;
* fix imports in scripts
find ./ -type f -name '*.sh' -exec sed -i '' -e 's/sourcegraph\/pkg\//sourcegraph\/internal\//g' {} \;
* fix launch.sh
* go fmt ./...
* fix CODEOWNERS
3 lines
100 B
Go
3 lines
100 B
Go
// Package httpcli provides higher level abstractions for constructing http.Clients
|
|
package httpcli
|