mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
精校:6
This commit is contained in:
@@ -10,7 +10,7 @@ delta := end.Sub(start)
|
||||
fmt.Printf("longCalculation took this amount of time: %s\n", delta)
|
||||
```
|
||||
|
||||
您可以查看 Listing 6.20—fibonacci.go 作为实例学习。
|
||||
您可以查看示例 6.20 [fibonacci.go](examples/chapter_6/fibonacci.go) 作为实例学习。
|
||||
|
||||
如果您对一段代码进行了所谓的优化,请务必对它们之间的效率进行对比再做出最后的判断。在接下来的章节中,我们会学习如何进行有价值的优化操作。
|
||||
|
||||
|
Reference in New Issue
Block a user