This website works better with JavaScript
Home
Explore
Help
Sign In
zhourui
/
test_modules
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
v2
zrufo
5 years ago
parent
a2a762393e
commit
fddff4c2de
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
index.go
+ 1
- 1
index.go
View File
@@ -1,5 +1,5 @@
package test_modules
func Hello2() string {
- return "hello"
+ return "hello
2
"
}