Skip to content

Commit 3a28c5b

Browse files
authored
Update README.md
1 parent ed94259 commit 3a28c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ version: '2'
88
plugins:
99
- name: golang
1010
wasm:
11-
url: "https://example.com"
12-
sha256: ""
11+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.0.0.wasm
12+
sha256: dbe302a0208afd31118fffcc268bd39b295655dfa9e3f385d2f4413544cfbed1
1313
sql:
1414
- schema: schema.sql
1515
queries: query.sql
@@ -20,4 +20,4 @@ sql:
2020
options:
2121
package: db
2222
sql_package: pgx/v5
23-
```
23+
```

0 commit comments

Comments
 (0)