From 6bb1a86c860ad43ab00776046271dbd6d6f989a1 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 16 Sep 2023 13:00:43 +0000 Subject: [PATCH] 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 --- examples/go/BUILD.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/go/BUILD.md diff --git a/examples/go/BUILD.md b/examples/go/BUILD.md new file mode 100644 index 0000000000..dd607001cc --- /dev/null +++ b/examples/go/BUILD.md @@ -0,0 +1,3 @@ +go mod init demo +go mod tidy +go build