chore: add build instruction to refine example (#22943)

* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c

* fix: specify utf-8 in jdbc example pom.xml

* fix: refine jdbc example doc

* chore: add build instructions to go example
This commit is contained in:
Shuduo Sang 2023-09-16 13:00:43 +00:00 committed by GitHub
parent 554b943727
commit 6bb1a86c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
examples/go/BUILD.md Normal file
View File

@ -0,0 +1,3 @@
go mod init demo
go mod tidy
go build