We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8976225 commit 8a577c4Copy full SHA for 8a577c4
README.md
@@ -7,7 +7,7 @@ QuackQuack is a Go library for managing DuckDB databases with support for period
7
To install DuckDBStorage, use `go get`:
8
9
```sh
10
-go get github.com/OpenCHAMI/quack
+go get github.com/OpenCHAMI/quack/quack
11
```
12
13
## Usage
example/example.go
@@ -6,7 +6,7 @@ import (
6
"fmt"
- q "github.com/openchami/quack/quack"
+ q "github.com/OpenCHAMI/quack/quack"
)
// Define your Go struct
0 commit comments