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

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.

主站蜘蛛池模板: 红安县| 合作市| 沂南县| 东兴市| 兴文县| 江孜县| 德庆县| 遂平县| 绥芬河市| 凤阳县| 穆棱市| 美姑县| 肇州县| 南郑县| 社旗县| 高邮市| 陆河县| 顺义区| 宁津县| 泾川县| 潞城市| 马尔康县| 丰城市| 蓬安县| 门头沟区| 霍州市| 广德县| 内乡县| 湖南省| 镇雄县| 英超| 明光市| 巫山县| 庆城县| 旺苍县| 景德镇市| 双江| 临城县| 屏东市| 贡觉县| 宾阳县|