iris/_examples
Gerasimos (Makis) Maropoulos 9f4cea1e52 Fix missing view from intermediate/e-mail example.
Former-commit-id: 505b5f7c6e0f2e7cf5af973be779c85d2f1a9c63
2017-05-08 18:01:42 +03:00
..
advanced Add (10) more _examples. TOC: https://github.com/kataras/iris/tree/v6/_examples 2017-03-24 02:25:00 +02:00
beginner Add an Internal Application File LoggerPolicy simple example 2017-03-24 13:00:55 +02:00
intermediate Fix missing view from intermediate/e-mail example. 2017-05-08 18:01:42 +03:00
README.md Fix embedded template example link. ViewData and ViewLayout: HISTORY.md 2017-03-28 08:04:31 +03:00

Examples

This folder provides easy to understand code snippets on how to get started with web development with the Go programming language using the Iris web framework.

It doesn't contains "best ways" neither explains all its features. It's just a simple, practical cookbook for young Go developers!

Table of Contents

Don't forget to take a quick look or add your own examples in the community's repository!

Developers should read the official documentation, in depth, for better understanding.