官术网_书友最值得收藏!

Installing gorilla/mux

Follow these steps to install the mux package:

  1. You need to run this command in the Terminal (Mac OS X and Linux):
go get -u github.com/gorilla/mux
  1. If you get any errors saying package github.com/gorilla/mux: cannot download, $GOPATH not set. For more details see--go help gopath, set the $GOPATH environment variable using the following command:
export GOPATH=~/go
  1. As we discussed in Chapter 1Getting Started with REST API Development, all the packages and programs go into GOPATH. It has three folders: bin, pkg, and src. Now, add GOPATH to the PATH variable to use the installed bin files as system utilities that have no ./executable style. Refer to the following command:
PATH="$GOPATH/bin:$PATH"
  1. These settings stay until you turn off your machine. So, to make it a permanent change, add the preceding line to your bash/zsh profile file:
vi ~/.profile
(or)
vi ~/.zshrc

We can import gorilla/mux in our programs, like this:

import "github.com/gorilla/mux"

Now, we are ready to go. Assuming gorilla/mux is installed, we can now explore its basics.

主站蜘蛛池模板: 岳阳县| 宁城县| 新沂市| 喀什市| 海宁市| 内江市| 彭山县| 金堂县| 谢通门县| 盘山县| 顺平县| 黄冈市| 枞阳县| 民勤县| 东安县| 余江县| 宜丰县| 木兰县| 阳城县| 阿荣旗| 益阳市| 准格尔旗| 庄浪县| 大新县| 庐江县| 广南县| 新巴尔虎右旗| 吴川市| 江源县| 江陵县| 隆子县| 砀山县| 望城县| 弥勒县| 西吉县| 阿拉善右旗| 合江县| 蒲城县| 融水| 射阳县| 金溪县|