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
+6
View File
@@ -1,3 +1,9 @@
// +build ignore
// Do NOT include the above line in your code. This is a build contrainst used
// to prevent import loops in the code whilst go get'ting it.
// Read more about build contrains in golang here:
// https://golang.org/pkg/go/build/#hdr-Build_Constraints
package main
import (