You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick-start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ func main() {
264
264
// ...
265
265
ctx:= context.Background()
266
266
267
-
myFirstBankAccount, err:=OpenBankAccount()
267
+
myFirstBankAccount, err:=OpenBankAccount()
268
268
if err != nil {
269
269
panic(err)
270
270
}
@@ -368,7 +368,7 @@ func main() {
368
368
}
369
369
}
370
370
```
371
-
*In production environments it's a good idea to run any projection separate from the main application*
371
+
*In production environments it's a good idea to run any projection separate from the main application, such as having a separated application binary only responsible for running the projections.*
0 commit comments