Skip to content

Commit b1e93d1

Browse files
chore: format code as go in readme
1 parent 1f34850 commit b1e93d1

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
@@ -23,7 +23,7 @@ go get github.com/go-deepseek/deepseek
2323

2424
Here’s an example of sending a "Hello Deepseek!" message using `model=deepseek-chat` (**DeepSeek-V3 model**) and `stream=false`
2525

26-
```
26+
```go
2727
package main
2828

2929
import (

0 commit comments

Comments
 (0)