Skip to content

Instantly share code, notes, and snippets.

@spheromak
Created August 4, 2014 22:35
Show Gist options
  • Save spheromak/cf3b159a370f8b43acbe to your computer and use it in GitHub Desktop.
Save spheromak/cf3b159a370f8b43acbe to your computer and use it in GitHub Desktop.
$ 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