mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
|
// +build go1.7
|
||
|
|
||
|
package profile
|
||
|
|
||
|
import "runtime/trace"
|
||
|
|
||
|
var startTrace = trace.Start
|
||
|
var stopTrace = trace.Stop
|