Rename package from logrus_airbrake to airbrake

Using underscores in package names in discouraged:
https://golang.org/doc/effective_go.html#package-names

Given that this package is in a subdirectory of the logrus package,
the name `airbrake` should be sufficiently descriptive.
This commit is contained in:
Matt Bostock 2015-03-10 17:45:12 +00:00 committed by Simon Eskildsen
parent 9cc13fab16
commit 4fcb55c734
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package logrus_airbrake package airbrake
import ( import (
"github.com/Sirupsen/logrus" "github.com/Sirupsen/logrus"

View File

@ -1,4 +1,4 @@
package logrus_airbrake package airbrake
import ( import (
"encoding/xml" "encoding/xml"