mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 17:36:52 +08:00
better syntax hilight?
This commit is contained in:
parent
ee948b3ef7
commit
d55aa9916f
1 changed files with 3 additions and 3 deletions
|
|
@ -197,7 +197,7 @@ Below is a truncated example of the returned output, see [2.runtime.goroutinepro
|
||||||
20628306,
|
20628306,
|
||||||
17018153,
|
17018153,
|
||||||
17235329,
|
17235329,
|
||||||
// ...
|
...
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -206,10 +206,10 @@ Below is a truncated example of the returned output, see [2.runtime.goroutinepro
|
||||||
17222943,
|
17222943,
|
||||||
20628554,
|
20628554,
|
||||||
17235329,
|
17235329,
|
||||||
// ...
|
...
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// ...
|
...
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue