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 47618b4 commit 2163a6aCopy full SHA for 2163a6a
_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 {
0 commit comments