Welcome to mirror list, hosted at ThFree Co, Russian Federation.

error.go « git « internal « workhorse - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b7cad6bb64776bfa95331454388247a3d0e4932 (plain)
1
2
3
4
package git

// For cosmetic purposes in Sentry
type copyError struct{ error }