This commit is contained in:
aozhiwei 2020-08-26 14:42:46 +08:00
parent 972d2cc021
commit 3e730f5d26
2 changed files with 2 additions and 1 deletions

1
go.mod Normal file
View File

@ -0,0 +1 @@
module q5

View File

@ -1,6 +1,6 @@
package q5
func Test()(a string) {
return "testa"
return "testb"
}