Wait until vpp is ready + Update vendor
[govpp.git] / vendor / github.com / pkg / profile / trace16.go
diff --git a/vendor/github.com/pkg/profile/trace16.go b/vendor/github.com/pkg/profile/trace16.go
new file mode 100644 (file)
index 0000000..6aa6566
--- /dev/null
@@ -0,0 +1,10 @@
+// +build !go1.7
+
+package profile
+
+import "io"
+
+// mock trace support for Go 1.6 and earlier.
+
+func startTrace(w io.Writer) error { return nil }
+func stopTrace()                   {}