aboutsummaryrefslogtreecommitdiffstats
path: root/internal/debug/trace_fallback.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/debug/trace_fallback.go')
-rw-r--r--internal/debug/trace_fallback.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/debug/trace_fallback.go b/internal/debug/trace_fallback.go
index 319945925..4118ff408 100644
--- a/internal/debug/trace_fallback.go
+++ b/internal/debug/trace_fallback.go
@@ -22,10 +22,10 @@ package debug
import "errors"
-func (*HandlerT) StartTrace(string) error {
+func (*HandlerT) StartGoTrace(string) error {
return errors.New("tracing is not supported on Go < 1.5")
}
-func (*HandlerT) StopTrace() error {
+func (*HandlerT) StopGoTrace() error {
return errors.New("tracing is not supported on Go < 1.5")
}