We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240b6eb commit 1596855Copy full SHA for 1596855
_example/userplots/main.go
@@ -25,8 +25,8 @@ func main() {
25
log.Fatal(err)
26
}
27
28
- fmt.Println("Point your browser to http://localhost:8093/debug/statsviz/")
29
- log.Fatal(http.ListenAndServe(":8093", mux))
+ fmt.Println("Point your browser to http://localhost:8094/debug/statsviz/")
+ log.Fatal(http.ListenAndServe(":8094", mux))
30
31
32
func scatterPlot() statsviz.TimeSeriesPlot {
testdata/userplots.txt
@@ -7,4 +7,4 @@ go mod tidy
7
8
go build main.go
9
! exec ./main &
10
-checkui http://localhost:8093/debug/statsviz/
+checkui http://localhost:8094/debug/statsviz/
0 commit comments