Files
open-cluster-management/vendor/github.com/pkg/profile/trace16.go
Yang Le 10ce79464e add empty controller
Signed-off-by: Yang Le <yangle@redhat.com>
2021-04-23 17:21:06 +08:00

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