Created
August 4, 2014 22:35
-
-
Save spheromak/cf3b159a370f8b43acbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff -u | |
diff --git a/http_test.go b/http_test.go | |
index 9ec902a..cf9a439 100644 | |
--- a/http_test.go | |
+++ b/http_test.go | |
@@ -7,6 +7,8 @@ import ( | |
"encoding/pem" | |
"errors" | |
"fmt" | |
+ . "github.com/ctdk/goiardi/chefcrypto" | |
+ . "github.com/smartystreets/goconvey/convey" | |
"io" | |
"math/big" | |
"net/http" | |
@@ -15,8 +17,6 @@ import ( | |
"strconv" | |
"strings" | |
"testing" | |
- . "github.com/ctdk/goiardi/chefcrypto" | |
- . "github.com/smartystreets/goconvey/convey" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment