mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:11:49 +08:00
@@ -6,6 +6,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
str1 := "USING package uc"
|
||||
str1 := "USING package uc!"
|
||||
fmt.Println(uc.UpperCase(str1))
|
||||
}
|
||||
|
Reference in New Issue
Block a user