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
parent 2cea0f0d14
commit 78dee3c0ba
2 changed files with 2 additions and 2 deletions

View File

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

View File

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