gopl-zh.github.com/exercise/ex-ch1-08.md

3 lines
176 B
Markdown
Raw Normal View History

2015-12-09 07:45:11 +00:00
**練習 1.8:** 脩改fetch這個範例如果輸入的url參數沒有http://前綴的話為這個url加上該前綴。你可能會用到strings.HasPrefix這個函數。