Fixing import for airbrake and adding build constraint to example hook

This commit is contained in:
Toby
2016-07-27 13:12:26 +01:00
parent ed63efede8
commit c8b0c0e43b
4 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ var testprog = []byte(`
package main
import (
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"flag"
"fmt"
"io/ioutil"