Merge pull request #487 from digitalcraftsman/typo-fixes-ch1.4

Fixed typos in en/01.4.md
This commit is contained in:
astaxie
2015-07-02 21:35:18 +08:00

View File

@@ -114,7 +114,7 @@ First, download the version of [Sublime](http://www.sublimetext.com/) suitable f
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
Restart Sublime text when the installation has finished. You should then find a `Package Control` option in the "Preferences" menu.
Restart Sublime Text when the installation has finished. You should then find a `Package Control` option in the "Preferences" menu.
![](images/1.4.sublime3.png?raw=true)
@@ -130,7 +130,7 @@ First, download the version of [Sublime](http://www.sublimetext.com/) suitable f
If everything is fine, you're all set.
If not, check your $PATH again. Open terminal, type `gocode`. If it does not run, your $PATH was not configured correctly.
If not, check your $PATH again. Open a terminal, type `gocode`. If it does not run, your $PATH was not configured correctly.
## Vim
@@ -359,7 +359,7 @@ Figure 1.1 Eclipse main panel for editing Go
![](images/1.4.eclipse5.png?raw=true)
Figure 1.15 Create new project and file
Figure 1.15 Create a new project and file
Test installation as follows.(you need to type command in console in Eclipse)