Skip to content

Commit 0969a6c

Browse files
mosabualosipiuk
authored andcommitted
Add build instructions
1 parent afb84f8 commit 0969a6c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Trino client
1+
# Trino Go client
22

3-
A [Trino](https://trino.io) client for the [Go](https://golang.org) programming language.
3+
A [Trino](https://trino.io) client for the [Go](https://golang.org) programming
4+
language. It enables you to send SQL statements from your Go application to
5+
Trino, and receive the resulting data.
46

57
[![Build Status](https://github.com/trinodb/trino-go-client/workflows/ci/badge.svg)](https://github.com/trinodb/trino-go-client/actions?query=workflow%3Aci+event%3Apush+branch%3Amaster)
68
[![GoDoc](https://godoc.org/github.com/trinodb/trino-go-client?status.svg)](https://godoc.org/github.com/trinodb/trino-go-client)
@@ -259,7 +261,15 @@ will receive a `[]interface{}` slice, with values of the following types:
259261

260262
## License
261263

262-
As described in the [LICENSE](./LICENSE) file.
264+
Apache License V2.0, as described in the [LICENSE](./LICENSE) file.
265+
266+
## Build
267+
268+
You can build the client code locally and run tests with the following command:
269+
270+
```
271+
go test -v -race -timeout 2m ./...
272+
```
263273

264274
## Contributing
265275

0 commit comments

Comments
 (0)