Ubuntu Config Go language development environment (Sublime Text 3)

Source: Internet
Author: User
Tags sublime text
This is a creation in Article, where the information may have evolved or changed.

Sublime Text 3 Installing Gosublime

Download Sublime Text
Plane ticket: HTTP://WWW.SUBLIMETEXT.COM/3

Installing Gosublime
First, we need to install the Sublime Text of the package Control function, after opening the software, press the shortcut key Ctrl + ', (' This symbol for the English half-width mode, press the TAB key above the number key 1 left button), a command window will open, Copy and enter the following, and the last return:

import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())

The installation will prompt you to restart the software, then you can find that the Preferences menu appears under the package settings and package control two menus

install Gosublime plug-in, press and hold ctrl+shift+p will pop up a session box, enter "Install" after the , enter "Gosublime", select and enter, and type "Go Build", select and enter (optional) , Configure Gosublime complete.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.