Skip to content

Commit a237b28

Browse files
authored
Update README.md
1 parent da09348 commit a237b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/debugcharts/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import _ "github.com/mkevac/debugcharts"
1111
```
1212

1313
## 使用案例:
14-
```
14+
```golang
1515
package main
1616

1717
import (
@@ -60,4 +60,4 @@ func main() {
6060
log.Printf("you can now open http://localhost:8080/debug/charts/ in your browser")
6161
select {}
6262
}
63-
```
63+
```

0 commit comments

Comments
 (0)