This is an automated email from the ASF dual-hosted git repository. francischuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
commit a5b82529db9ac6007ced41a65277e0d59f90f402 Author: Francis Chuang <[email protected]> AuthorDate: Thu Apr 9 09:48:33 2020 +1000 [CALCITE-3906] Pin witch in tools.go file --- tools.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools.go b/tools.go new file mode 100644 index 0000000..246a9bc --- /dev/null +++ b/tools.go @@ -0,0 +1,5 @@ +// +build tools + +package tools + +import _ "github.com/unchartedsoftware/witch"
