mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:55:35 +08:00
[Style] Change markdown source file to Unix-like style and add sample code
This commit is contained in:
7
eBook/examples/chapter_9/uc.go
Normal file
7
eBook/examples/chapter_9/uc.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package uc
|
||||
|
||||
import "strings"
|
||||
|
||||
func UpperCase(str string) string {
|
||||
return strings.ToUpper(str)
|
||||
}
|
Reference in New Issue
Block a user