From 972d2cc021548d579985ff61f99c92160718f05c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 26 Aug 2020 10:36:46 +0800 Subject: [PATCH] 1 --- strutils.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 strutils.go diff --git a/strutils.go b/strutils.go new file mode 100644 index 0000000..b9fa136 --- /dev/null +++ b/strutils.go @@ -0,0 +1,6 @@ +package q5 + +func Test()(a string) { + return "testa" +} +