blob: 0f963c40d55418266e51005a1ca5fa04bb01ee41 [file] [log] [blame] [view]
First, make sure you have your workspace set up (setting ` GOPATH `). See the [How to write Go code](http://golang.org/doc/code.html) document for details.
# Installing ` exp ` under ` GOPATH `
Recently, packages under exp is moved to the go.exp sub-repository.
They should be go-gettable without any special handling.
For example,
```
go get code.google.com/p/go.exp/inotify
```