Skip to content

Commit 0b92166

Browse files
committed
Make example in README language Go
1 parent 5dacb2a commit 0b92166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ go get go.coder.com/slog
2424

2525
## Example
2626

27-
```
27+
```go
2828
testlog.Info(t, "my message here",
2929
slog.F("field_name", "something or the other"),
3030
slog.F("some_map", map[string]interface{}{

0 commit comments

Comments
 (0)