Alexey Alexandrov 7 anni fa
parent
commit
f588da73b3
No account linked to committer's email address
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      internal/driver/webui_test.go

+ 1
- 1
internal/driver/webui_test.go Vedi File

@@ -23,12 +23,12 @@ import (
23 23
 	"net/url"
24 24
 	"os/exec"
25 25
 	"regexp"
26
+	"runtime"
26 27
 	"sync"
27 28
 	"testing"
28 29
 
29 30
 	"github.com/google/pprof/internal/plugin"
30 31
 	"github.com/google/pprof/profile"
31
-	"runtime"
32 32
 )
33 33
 
34 34
 func TestWebInterface(t *testing.T) {