From 53225196f4a89dd6db6fb24c850adb4179036e3e Mon Sep 17 00:00:00 2001 From: Jim Lambert Date: Fri, 14 Feb 2020 15:23:26 -0500 Subject: [PATCH] document the use of CGO --- dialects/oci8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialects/oci8/README.md b/dialects/oci8/README.md index ae0374a0..85431434 100644 --- a/dialects/oci8/README.md +++ b/dialects/oci8/README.md @@ -10,7 +10,7 @@ ## Overview -This document covers everything you need to install/configure/run to get the oci8 dialect up and running. +This document covers everything you need to install/configure/run to get the oci8 dialect up and running. BTW, oci8 using pkg-config to bind to the Oracle instantclient libraries, so it uses CGO. You'll find some additional documentation on various challenges and design decisions for the dialect in [doc.go](./doc.go)