Skip to content

Commit 15335c7

Browse files
committed
Fix typo and remove info from README
1 parent 94c8668 commit 15335c7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ go test -bench=. -benchmem ./parser
9191
Results
9292

9393
```
94-
orian@delik:~/workspace/clickhouse-sql-parser$ go test -bench=. -benchmem ./parser
94+
$ go test -bench=. -benchmem ./parser
9595
goos: linux
9696
goarch: amd64
9797
pkg: github.com/AfterShip/clickhouse-sql-parser/parser

parser/testdata/query/format/selelct_with_placeholder.sql renamed to parser/testdata/query/format/select_with_placeholder.sql

File renamed without changes.

parser/testdata/query/output/selelct_with_placeholder.sql.golden.json renamed to parser/testdata/query/output/select_with_placeholder.sql.golden.json

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)