commit 972d2cc021548d579985ff61f99c92160718f05c Author: aozhiwei Date: Wed Aug 26 10:36:46 2020 +0800 1 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" +} +