This commit is contained in:
Akagi201
2016-04-04 20:26:08 +08:00
parent 35b3e2ef68
commit 3bbc20169e
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ Go语言中的包和其他语言的库或模块的概念类似目的都是为
我们把变量的声明、对应的常量还有方法都放到tempconv.go源文件中
<u></i>gopl.io/ch2/tempconv</i></u>
<u><i>gopl.io/ch2/tempconv</i></u>
```Go
// Package tempconv performs Celsius and Fahrenheit conversions.
package tempconv