Skip to content

Commit 2163a6a

Browse files
committed
_example: fix duplicate port in test
1 parent 47618b4 commit 2163a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_example/userplots/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ func main() {
2525
log.Fatal(err)
2626
}
2727

28-
fmt.Println("Point your browser to http://localhost:8093/debug/statsviz/")
29-
log.Fatal(http.ListenAndServe(":8093", mux))
28+
fmt.Println("Point your browser to http://localhost:8094/debug/statsviz/")
29+
log.Fatal(http.ListenAndServe(":8094", mux))
3030
}
3131

3232
func scatterPlot() statsviz.TimeSeriesPlot {

0 commit comments

Comments
 (0)