summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2017-09-13 22:39:59 -0700
committerDan Duvall <dduvall@wikimedia.org>2017-09-14 09:20:58 -0700
commit6766ee4e74b25036d29a2e5e8f6eaf19969cf825 (patch)
treedabc98cab520d2d22198ff0af557b1c7c790d6f1 /build
parent4e5c728eec5a8d7a3f4297de6b5c1503bdffd5d0 (diff)
downloadblubber-6766ee4e74b25036d29a2e5e8f6eaf19969cf825.tar.gz
Use import paths without `.git` suffix
Summary: Now that our Phabricator instance handles `go get` requests, we can use a path without the `.git` suffix as the canonical import path. Test Plan: Run `go test ./...` and `go build`. Reviewers: thcipriani, #release-engineering-team Reviewed By: thcipriani, #release-engineering-team Tags: #release-engineering-team Differential Revision: https://phabricator.wikimedia.org/D780
Diffstat (limited to 'build')
-rw-r--r--build/instructions_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instructions_test.go b/build/instructions_test.go
index 04ebdfb..3b276a4 100644
--- a/build/instructions_test.go
+++ b/build/instructions_test.go
@@ -5,7 +5,7 @@ import (
"gopkg.in/stretchr/testify.v1/assert"
- "phabricator.wikimedia.org/source/blubber.git/build"
+ "phabricator.wikimedia.org/source/blubber/build"
)
func TestRun(t *testing.T) {