修改自定义包示范代码错误 (#399)

* 修改自定义包示范代码错误

* 修改与原版测试不同代码
This commit is contained in:
Lynn
2017-10-13 04:11:15 -05:00
committed by 无闻
parent 2c8d783bcf
commit 88dc3bc1cb
3 changed files with 4 additions and 4 deletions

View File

@@ -6,6 +6,6 @@ import (
)
func main() {
str1 := "USING package uc"
str1 := "USING package uc!"
fmt.Println(uc.UpperCase(str1))
}