iris/_examples
Slash 0bfd133763 if name has value, it will show "Empty name!!"
Former-commit-id: 58dd393a2c724aba8b7ffa0237ca9b0d7fdd5de1
2017-05-08 18:04:10 +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 if name has value, it will show "Empty name!!" 2017-05-08 18:04:10 +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.