|
1 | 1 | <div align="center">
|
2 | 2 |
|
3 |
| -[](https://pkg.go.dev/github.com/dbos-inc/dbos-transact-go) |
4 |
| -[](https://goreportcard.com/report/github.com/dbos-inc/dbos-transact-go) |
5 |
| -[](https://github.com/dbos-inc/dbos-transact-go/releases) |
| 3 | +[](https://pkg.go.dev/github.com/dbos-inc/dbos-transact-golang) |
| 4 | +[](https://goreportcard.com/report/github.com/dbos-inc/dbos-transact-golang) |
| 5 | +[](https://github.com/dbos-inc/dbos-transact-golang/releases) |
6 | 6 | [](https://discord.com/invite/jsmC6pXGgX)
|
7 | 7 | [](LICENSE)
|
8 | 8 |
|
@@ -48,7 +48,7 @@ import (
|
48 | 48 | "fmt"
|
49 | 49 | "os"
|
50 | 50 |
|
51 |
| - "github.com/dbos-inc/dbos-transact-go/dbos" |
| 51 | + "github.com/dbos-inc/dbos-transact-golang/dbos" |
52 | 52 | )
|
53 | 53 |
|
54 | 54 | func workflow(dbosCtx dbos.DBOSContext, _ string) (string, error) {
|
@@ -136,7 +136,7 @@ import (
|
136 | 136 | "os"
|
137 | 137 | "time"
|
138 | 138 |
|
139 |
| - "github.com/dbos-inc/dbos-transact-go/dbos" |
| 139 | + "github.com/dbos-inc/dbos-transact-golang/dbos" |
140 | 140 | )
|
141 | 141 |
|
142 | 142 | func task(ctx dbos.DBOSContext, i int) (int, error) {
|
@@ -288,13 +288,13 @@ The input and output of workflows and steps are memoized in your Postgres databa
|
288 | 288 | Install the DBOS Transact package in your program:
|
289 | 289 |
|
290 | 290 | ```shell
|
291 |
| -go get github.com/dbos-inc/dbos-transact-go |
| 291 | +go get github.com/dbos-inc/dbos-transact-golang |
292 | 292 | ```
|
293 | 293 |
|
294 | 294 | You can store and export a Postgres connection string in the `DBOS_SYSTEM_DATABASE_URL` environment variable for DBOS to manage your workflows state. By default, DBOS will use `postgres://postgres:${PGPASSWORD}@localhost:5432/dbos?sslmode=disable`.
|
295 | 295 |
|
296 | 296 |
|
297 | 297 | ## ⭐️ Like this project?
|
298 | 298 |
|
299 |
| -[Star it on GitHub](https://github.com/dbos-inc/dbos-transact-go) |
300 |
| -[](https://github.com/dbos-inc/dbos-transact-go) |
| 299 | +[Star it on GitHub](https://github.com/dbos-inc/dbos-transact-golang) |
| 300 | +[](https://github.com/dbos-inc/dbos-transact-golang) |
0 commit comments