In fact, this is mainly to say some go language development, this first tool, and then say go language! This time we're talking about the sublime editor, something I've seen that is small and powerful and has a very nice interface, and it feels good for a long time, and his platform support is good, Linux MacOS and Windows download address http:// WWW.SUBLIMETEXT.COM/2 download the corresponding version of the installation is OK
This thing is charged, but can be used for free only a period of time there is a hint does not interfere with the use, if you feel good use can buy, the author is free! Good download installation and the same as ordinary software, but is English version, now I give you the Chinese pack!
Chinese-http://pan.baidu.com/share/link?shareid=385550532&uk=3172762343 Package: Download here
PYV8 Package: http://pan.baidu.com/share/link?shareid=388168975&uk=3172762343 a piece of download (this is Win64 bit)
Here you can download the corresponding version of Https://github.com/emmetio/pyv8-binaries/downloads
Open the software click Preferences then pull down the first, into the package, the inside of the decompression covered! Yes, you see the Chinese!
We're going to start installing something down here. Package Control This installation plug-in must be used, we press CTRL + ' is the numeric keypad 1 next to the button, and then as the image of the place to enter
Open the software click Preferences then pull down the first, into the package, the inside of the decompression covered! Yes, you see the Chinese!
We're going to start installing something down here. Package Control This installation plug-in must be used, we press CTRL + ' is the numeric keypad 1 next to the button, and then as the image of the place to enter
Copy Code code as follows:
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 ')
After the installation, preferences will be more than a package control and then we can install Plug-ins, press the button ctrl+shift+p and then input CGIP Select the first click OK, wait a moment and then switch the window input Emet Select installation, OK, then reboot, install what plug-ins are the same installed need to reboot! Test it, create a new index.html
Html:xt
And then press the TAB key
It's powerful! Follow the above method to install the Gosublime. Apply the same to sidebarenhancements and Gobuild, and then start the Go trip!