Fix unit tests
[govpp.git] / vendor / github.com / pkg / profile / trace16.go
1 // +build !go1.7
2
3 package profile
4
5 import "io"
6
7 // mock trace support for Go 1.6 and earlier.
8
9 func startTrace(w io.Writer) error { return nil }
10 func stopTrace()                   {}