mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
.. | ||
README.md |
Examples
Navigate through iris-contrib/examples repository to view all available examples.
These examples are small but practical, they do NOT cover all Iris' and Go's stdlib features.
Run
- Download the Go Programming Language.
- Download the LiteIDE, a cross-platform Go IDE.
- Click here to download all examples.
- Unzip the contents of your
examples-master.zip
you just downloaded. - Open the LiteIDE, click on the
File -> Open Folder...
menu item (top-left corner) and select the folder which contains the contents you just unzipped. - Open an example folder, select its
main.go
andrun
it by pressingCtrl/CMD +R
.