Installation

Iris is a cross-platform software.

The only requirement is the Go Programming Language, version 1.14 and above.

  1. $ mkdir myapp
  2. $ cd myapp
  3. $ go mod init myapp
  4. $ go get github.com/kataras/iris/v12@master

Import it in your code:

  1. import "github.com/kataras/iris/v12"