This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 66fbdc4  rename some files (#4)
66fbdc4 is described below

commit 66fbdc4ebc485a22153e78aa36e935bdb0d7782a
Author: Jialin Qiao <[email protected]>
AuthorDate: Fri Dec 18 22:37:57 2020 +0800

    rename some files (#4)
---
 client/{iotdb_constants.go => protocol.go}      | 0
 client/{row_record.go => rowrecord.go}          | 0
 client/{iotdb_rpc_dataset.go => rpc_dataset.go} | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/client/iotdb_constants.go b/client/protocol.go
similarity index 100%
rename from client/iotdb_constants.go
rename to client/protocol.go
diff --git a/client/row_record.go b/client/rowrecord.go
similarity index 100%
rename from client/row_record.go
rename to client/rowrecord.go
diff --git a/client/iotdb_rpc_dataset.go b/client/rpc_dataset.go
similarity index 100%
rename from client/iotdb_rpc_dataset.go
rename to client/rpc_dataset.go

Reply via email to