Revert "Merge pull request #384 from mnzt/master"

This reverts commit 42b84f9ec6, reversing
changes made to cf60a8c5d5.
This commit is contained in:
Simon Eskildsen
2016-12-01 18:53:16 -05:00
parent 42b84f9ec6
commit 26809363aa
11 changed files with 25 additions and 33 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"github.com/sirupsen/logrus"
"github.com/Sirupsen/logrus"
)
var log = logrus.New()
+2 -8
View File
@@ -1,14 +1,8 @@
// +build ignore
// Do NOT include the above line in your code. This is a build constraint used
// to prevent import loops in the code whilst go get'ting it.
// Read more about build constraints in golang here:
// https://golang.org/pkg/go/build/#hdr-Build_Constraints
package main
import (
"github.com/sirupsen/logrus"
airbrake "gopkg.in/gemnasium/logrus-airbrake-hook.v2"
"github.com/Sirupsen/logrus"
"gopkg.in/gemnasium/logrus-airbrake-hook.v2"
)
var log = logrus.New()