From 9120031d6a86f1a9b1c8664adc9a8fa7ca9021ac Mon Sep 17 00:00:00 2001 From: zhuxiujia Date: Mon, 26 Oct 2020 21:37:21 +0800 Subject: [PATCH] remove doc --- example/Example_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/example/Example_test.go b/example/Example_test.go index adc4c91..3a6f15c 100644 --- a/example/Example_test.go +++ b/example/Example_test.go @@ -126,7 +126,6 @@ func Test_inset(t *testing.T) { } //修改 -//本地事务使用例子 func Test_update(t *testing.T) { if MysqlUri == "" || MysqlUri == "*" { fmt.Println("no database url define in Example_config.go , you must set the mysql link!")