From 6766ee4e74b25036d29a2e5e8f6eaf19969cf825 Mon Sep 17 00:00:00 2001 From: Dan Duvall Date: Wed, 13 Sep 2017 22:39:59 -0700 Subject: 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 --- build/instructions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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) { -- cgit v1.2.1