Skip to content

Commit 62696c0

Browse files
committed
docs: Add missing language on code block
1 parent dd25efb commit 62696c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ By default, Gost does not write to stdout. You can inject a global logger
198198
199199
Each browser also supports you to inject a browser scoped logger.
200200
201-
```
201+
```go
202202
browser := browser.New(
203203
browser.WithLogger(logger), // *slog.Logger instance
204204
browser.WithHandler(rootHTTPHandler),

0 commit comments

Comments
 (0)