Installation
Iris is a cross-platform software.
The only requirement is the Go Programming Language, version 1.20 and above.
Install
Or edit your project's go.mod
file.
$ go build
Troubleshooting
If you get a network error during installation please make sure you set a valid GOPROXY environment variable.
Perform a clean of your go modules cache if none of the above worked:
Last updated