Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1591d32

Browse files
committed
Simplify project so it doesn't need an update to the nitric.yaml config.
1 parent b0b4a5e commit 1591d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/go/realtime-messaging.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ If everything is working as expected, you can now delete all files/folders in th
6868

6969
## Building the WebSocket Application
7070

71-
Let's begin by setting up the WebSocket application. Add a file named `main.go` to your 'services/' folder, and include the following code:
71+
Let's begin by setting up the WebSocket application. Add a file named `main.go` to your 'services/websockets' folder, and include the following code:
7272

73-
```go title:services/main.go
73+
```go title:services/websockets/main.go
7474
package main
7575

7676
import (

0 commit comments

Comments
 (0)