tree: 01177ffba4bc2e9037208d3c8575eb1a883766bb [path history] [tgz]
  1. .gitignore
  2. client.go
  3. go.mod
  4. README.md
samples/connect/golang/README.md

How to use:

=====for Go 1.11 or higher 1. go build 2. ./client

=====before Go 1.11 1. copy client.go to your GOPATH/src 2. go get -u github.com/go-sql-driver/mysql 3. go build 4. ./client

What can this demo do:

This is a golang demo for doris client, you can test basic function such as
connection, CRUD of your doris.