ch2: fix code path

This commit is contained in:
chai2010
2016-01-20 23:16:19 +08:00
parent 442dd58ee4
commit 7fe7a309be
7 changed files with 41 additions and 51 deletions
+1 -1
View File
@@ -12,8 +12,8 @@ Go語言中的包和其他語言的庫或模塊的概念類似,目的都是爲
我們把變量的聲明、對應的常量,還有方法都放到tempconv.go源文件中:
<u></i>gopl.io/ch2/tempconv</i></u>
```Go
gopl.io/ch2/tempconv
// Package tempconv performs Celsius and Fahrenheit conversions.
package tempconv