Remove websocket example because the websocket has been removed from lemmy

This commit is contained in:
2023-07-03 17:49:39 -07:00
parent 058b3879ae
commit 329bf27ffd
2 changed files with 1 additions and 68 deletions

View File

@@ -7,7 +7,6 @@ Go bindings to the [Lemmy](https://join-lemmy.org) API, automatically generated
Examples:
- HTTP: [examples/http](examples/http)
- WebSocket: [examples/websocket](examples/websocket)
### How to generate
@@ -35,4 +34,4 @@ Execute the generator:
./gen -out-dir .
```
And that's it! Your generated code should be ready for use.
And that's it! Your generated code should be ready for use.