Skip to content

Commit 35ad89b

Browse files
committed
chore(docs): add godoc link
1 parent 8478f9d commit 35ad89b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![GoDoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/questdb/go-questdb-client)
2+
13
# go-questdb-client
24

35
Golang client for QuestDB's Influx Line Protocol over TCP.
@@ -8,6 +10,8 @@ Features:
810
* Supports TLS encryption and [ILP authentication](https://questdb.io/docs/reference/api/ilp/authenticate).
911
* Tested against QuestDB 6.4 and newer versions.
1012

13+
Documentation is available [here](https://pkg.go.dev/github.com/questdb/go-questdb-client).
14+
1115
## Usage
1216

1317
```go

0 commit comments

Comments
 (0)