Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 890 Bytes

File metadata and controls

21 lines (15 loc) · 890 Bytes

Development

Requirements

  • Golang 1.13.4+

Dependency

Dependencies are managed through go module. To build the project, first turn on go mod using export GO111MODULE=on, to build the project run: make

Testing

To execute all unit tests, run: make test

Troubleshooting

To pull logs and troubleshoot the driver, see troubleshooting/README.md.

License

This library is licensed under the Apache 2.0 License.