Skip to content

Instantly share code, notes, and snippets.

@mcassano
Created January 19, 2016 16:03
Show Gist options
  • Save mcassano/cb76c25996dc35377b02 to your computer and use it in GitHub Desktop.
Save mcassano/cb76c25996dc35377b02 to your computer and use it in GitHub Desktop.
diff --git a/handlers_test.go b/handlers_test.go
index 2e94efd..c7f9ccf 100644
--- a/handlers_test.go
+++ b/handlers_test.go
@@ -1,8 +1,8 @@
package main_test
import (
- . "github.com/cloudfoundry-samples/pong_matcher_go"
. "github.com/cloudfoundry-samples/pong_matcher_go/domain"
+ . "pong_matcher_go"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment