Skip to content

Commit 86b40f5

Browse files
committedAug 27, 2017
Update examples for go 1.9
1 parent 3773bc1 commit 86b40f5

File tree

94 files changed

+320
-399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+320
-399
lines changed
 

‎.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ os:
33
- linux
44
- osx
55
go:
6-
- go1.8
76
- tip

‎README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,16 @@ It doesn't contains "best ways" neither explains all its features. It's just a s
126126
> Examples are tested using Windows 7, Ubuntu 16.04 with [LiteIDE](https://github.com/visualfc/liteide).
127127
128128
## Run
129-
[Download the examples](https://github.com/iris-contrib/examples/archive/master.zip) and paste them to your `$GOPATH/src/github.com/iris-contrib/examples`.
130129

131-
```bash
132-
$ cd $GOPATH/src/github.com/iris-contrib/examples/overview
133-
$ go run main.go
130+
1. Install the Go Programming Language, version 1.9 from [here](https://golang.org/dl).
131+
2. Install Iris: `go get -u github.com/kataras/iris`
132+
3. [Download the examples](https://github.com/iris-contrib/examples/archive/master.zip) and paste them to your `$GOPATH/src/github.com/iris-contrib/examples`
133+
134+
And run
135+
136+
```sh
137+
cd $GOPATH/src/github.com/iris-contrib/examples/overview
138+
go run main.go
134139
```
135140

136141
## Any troubles with examples?

0 commit comments

Comments
 (0)
Please sign in to comment.