How to download and install mining go
Publish: 2021-05-02 17:01:57
1.
Hello, the user opens the app store of the mobile phone, and then enters Huan go in the search box, and then clicks download Huan go client installation package in the search results. After downloading, install the client, and then log in to telecom Huan go client to use. Users can also click the URL to enter the download page, and download the link
2. Go language, as a main language of Google, has been studied by many people recently, and has spent a little time to test its installation. I use sublime text 2 + gosublime + gocode
as the name suggests, the first thing is to install go. Here are very detailed installation instructions, http://code.google.com/p/golang-china/wiki/Install perhaps http://golang.org/doc/install (golang.org goes to find hosts on its own). The official version of windows has been supported by
downloading and decompressing configuration environment variables
"environment variables" (my computer - & gt; Advanced system settings - & gt; Under the label of system variable, create and edit the following key value pairs in turn:
(1). New variable name: Gobin variable value: C: 92; go\ Bin
(2). New variable name: goarch variable value: 386
(3). New variable name: goos variable value: Windows
(4). New variable name: goroot variable value: C: 92; Go
(5). Edit path and add% Gobin%
1 at the end of the variable value of path. Download sublime text 2 at the following address: http://www.sublimetext.com/
2. After decompression, double-click sublime_ Text, you can use sublime text 2<
crack:
Edit sublime with WinHex_ text_ Backup.exe file, jump to the line 000cbb70, change 8A C3 to B0 01, and then save
successful crack registration
3. Install package control, after opening sublime text 2, press the shortcut key Ctrl + ', open the command window line (specifically in view show console), and enter:
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'
4. After restarting sublime text 2, you can find that there is an additional menu item package control in the Preferences menu
5. Now the gosublime plug-in is installed. Press and hold Ctrl + shilft + P, a dialog box will pop up. Enter install and enter to pop up an installation package dialog box
as above, enter gosublime and select gosublime and enter
this machine has been installed, so there is no option, Enter go build and select enter (this is optional)
to install gosublime successfully
6. Install gocode below,
first install git-1.7.11-preview20120710
open the console, Enter the following content:
go get github.com/nsf/gocode
go install github.com/nsf/gocode
go get github.com/disposaboy/margo
go install github.com/disposaboy/margo
you can also download it from GitHub https://github.com/nsf/gocode.git (to install Google's git version management tool)
after installation, We can find that there are more gocode files in the go / bin directory Modify gosublime configuration: under the Preferences menu, find package settings, then go to gosublime, and then go down to settings – default. In the open file, add the following configuration and save it:
& quot; env": {& quot; path":& quot; c:/go/bin;& quot; },
OK, so far, the development environment has been built
you can program freely. Ha ha
press the shortcut key Ctrl + B, and the following interface will appear at the bottom of the interface:
OK, by now, the development environment has been built<
the following contents can still be used if I don't use them:
sublime text 2 compilation configuration setting method
tools - & gt; build system-> New build system creates a new configuration file set to
{
"CMD": [& quot; go", & quot; run", & quot;$ file_ name"],< br />
“file_ regex”: “^[ ]*File \”(…*?) 92;”, line ([0-9]*)”,
“working_ dir”: “$file_ Path ",
" selector ":" source. Go "
}
then you can compile it with Ctrl + B and save it
as the name suggests, the first thing is to install go. Here are very detailed installation instructions, http://code.google.com/p/golang-china/wiki/Install perhaps http://golang.org/doc/install (golang.org goes to find hosts on its own). The official version of windows has been supported by
downloading and decompressing configuration environment variables
"environment variables" (my computer - & gt; Advanced system settings - & gt; Under the label of system variable, create and edit the following key value pairs in turn:
(1). New variable name: Gobin variable value: C: 92; go\ Bin
(2). New variable name: goarch variable value: 386
(3). New variable name: goos variable value: Windows
(4). New variable name: goroot variable value: C: 92; Go
(5). Edit path and add% Gobin%
1 at the end of the variable value of path. Download sublime text 2 at the following address: http://www.sublimetext.com/
2. After decompression, double-click sublime_ Text, you can use sublime text 2<
crack:
Edit sublime with WinHex_ text_ Backup.exe file, jump to the line 000cbb70, change 8A C3 to B0 01, and then save
successful crack registration
3. Install package control, after opening sublime text 2, press the shortcut key Ctrl + ', open the command window line (specifically in view show console), and enter:
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'
4. After restarting sublime text 2, you can find that there is an additional menu item package control in the Preferences menu
5. Now the gosublime plug-in is installed. Press and hold Ctrl + shilft + P, a dialog box will pop up. Enter install and enter to pop up an installation package dialog box
as above, enter gosublime and select gosublime and enter
this machine has been installed, so there is no option, Enter go build and select enter (this is optional)
to install gosublime successfully
6. Install gocode below,
first install git-1.7.11-preview20120710
open the console, Enter the following content:
go get github.com/nsf/gocode
go install github.com/nsf/gocode
go get github.com/disposaboy/margo
go install github.com/disposaboy/margo
you can also download it from GitHub https://github.com/nsf/gocode.git (to install Google's git version management tool)
after installation, We can find that there are more gocode files in the go / bin directory Modify gosublime configuration: under the Preferences menu, find package settings, then go to gosublime, and then go down to settings – default. In the open file, add the following configuration and save it:
& quot; env": {& quot; path":& quot; c:/go/bin;& quot; },
OK, so far, the development environment has been built
you can program freely. Ha ha
press the shortcut key Ctrl + B, and the following interface will appear at the bottom of the interface:
OK, by now, the development environment has been built<
the following contents can still be used if I don't use them:
sublime text 2 compilation configuration setting method
tools - & gt; build system-> New build system creates a new configuration file set to
{
"CMD": [& quot; go", & quot; run", & quot;$ file_ name"],< br />
“file_ regex”: “^[ ]*File \”(…*?) 92;”, line ([0-9]*)”,
“working_ dir”: “$file_ Path ",
" selector ":" source. Go "
}
then you can compile it with Ctrl + B and save it
3. Add environment variable
gopath is the variable of package loading path, Set the path as needed
Add
export path = $path / var / local / go / bin to / etc / profile
export root = / var / local / go
export gopath = / home / go / gopath
make the environment variable take effect
source / etc / profile
use go env to print the environment information normally, indicating that the installation is successful
install the third-party package
use go get to install the package
go get - U - V - x golang.org / X / net / HTTP
golang.org cannot be installed in China, You can use GitHub to download and make a soft link
go get - U - V - x GitHub. COM / golang / net / HTTP
MKDIR $gopath / SRC / golang. Org
ln - S $gopath / SRC / GitHub. Com $gopath / SRC / golang. Org / x
or http://golangtc.com/download/package Unzip the download package and put it in the $gopath / SRC directory. Install it with go install
gopath is the variable of package loading path, Set the path as needed
Add
export path = $path / var / local / go / bin to / etc / profile
export root = / var / local / go
export gopath = / home / go / gopath
make the environment variable take effect
source / etc / profile
use go env to print the environment information normally, indicating that the installation is successful
install the third-party package
use go get to install the package
go get - U - V - x golang.org / X / net / HTTP
golang.org cannot be installed in China, You can use GitHub to download and make a soft link
go get - U - V - x GitHub. COM / golang / net / HTTP
MKDIR $gopath / SRC / golang. Org
ln - S $gopath / SRC / GitHub. Com $gopath / SRC / golang. Org / x
or http://golangtc.com/download/package Unzip the download package and put it in the $gopath / SRC directory. Install it with go install
4. Do not install. The RAR downloaded from the video game bus on the computer is decompressed into ISO. Then put it in the ISO folder. The simulator will be in psp-game. Hope to help you.
5. How to download: it can be downloaded through the promotion link of China Telecom online business hall, Appstore of various platforms and the third-party application platform. Client installation: the user downloads the client and imports it into the mobile phone. Click the installation file to install the client. Because the file sizes of the installation packages of various models are different, the installation time may be different, about 1-3 minutes. To learn more about service offers, click the "official website" below, and customer service 95 will answer for you.
6. Download the one click ghost hard disk version, and then double-click to install it. You will be prompted to select automatic backup of C disk. After restart, you will have the option of one click recovery under the Startup menu
7. It can be downloaded from qooapp
8. Add environment variable
gopath is the variable of package loading path, set the path as needed
Add
export path = $path / var / local / go / bin in / etc / profile
export root = / var / local / go
export gopath = / home / go / gopath
make the environment variable take effect
source / etc / profile
use go env to print environment information normally, indicating that the installation is successful
install the third-party package
use go get package
go get - U - V - x golang.org / X / net / HTTP
golang.org can't be installed in China, you can use GitHub to download and make a soft link
go get - u - V - x github.com/golang/net/http
MKDIR $gopath / SRC / golang.org
ln - S $gopath / SRC / github.com $gopath / SRC / golang.org/x
gopath is the variable of package loading path, set the path as needed
Add
export path = $path / var / local / go / bin in / etc / profile
export root = / var / local / go
export gopath = / home / go / gopath
make the environment variable take effect
source / etc / profile
use go env to print environment information normally, indicating that the installation is successful
install the third-party package
use go get package
go get - U - V - x golang.org / X / net / HTTP
golang.org can't be installed in China, you can use GitHub to download and make a soft link
go get - u - V - x github.com/golang/net/http
MKDIR $gopath / SRC / golang.org
ln - S $gopath / SRC / github.com $gopath / SRC / golang.org/x
Hot content