restic/vendor/src/github.com/pkg/profile/trace16.go
2017-01-23 17:41:07 +01:00

10 lines
183 B
Go

// +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() {}