Skip to content

Commit 05f321b

Browse files
committed
Fix import path to sqlc-dev/doubleclick
1 parent 5f24575 commit 05f321b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A ClickHouse SQL parser written in Go. Parses ClickHouse SQL syntax into an Abst
55
## Installation
66

77
```bash
8-
go get github.com/kyleconroy/doubleclick
8+
go get github.com/sqlc-dev/doubleclick
99
```
1010

1111
## Usage
@@ -18,7 +18,7 @@ import (
1818
"fmt"
1919
"strings"
2020

21-
"github.com/kyleconroy/doubleclick/parser"
21+
"github.com/sqlc-dev/doubleclick/parser"
2222
)
2323

2424
func main() {

0 commit comments

Comments
 (0)