mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-10-18 13:01:35 +00:00
ch2: fix code path
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user