repositorypackage
0.0.0-20201210112141-3106ca458a30
Repository: https://github.com/manlge/go-iotdb.git
Documentation: pkg.go.dev
# README
go-iotdb
iotdb client for golang
Prerequisites
golang >= 1.13
Get started
export GO111MODULE=on
export GOPROXY=https://goproxy.io
mkdir session_example && cd session_example
curl -ss -o session_example.go -L https://github.com/manlge/go-iotdb/raw/main/session_example.go
go mod init session_example
go run session_example.go