From 3e730f5d2643805dae85788cfec77cdc75943689 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 26 Aug 2020 14:42:46 +0800 Subject: [PATCH] 1 --- go.mod | 1 + strutils.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..3716411 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module q5 diff --git a/strutils.go b/strutils.go index b9fa136..9b1750d 100644 --- a/strutils.go +++ b/strutils.go @@ -1,6 +1,6 @@ package q5 func Test()(a string) { - return "testa" + return "testb" }