mirror of
https://github.com/restic/restic.git
synced 2026-06-24 09:34:17 +00:00
Vendor dependencies with dep
This commit is contained in:
+10
@@ -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() {}
|
||||
Reference in New Issue
Block a user