mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-10-19 13:31:43 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user