iris/_examples
Gerasimos (Makis) Maropoulos 57576c70cb context.ViewData(key,value) and ViewLayout(layout) http://support.iris-go.com/d/27-using-middleware-to-inject-properties-for-templates/3
Nothing that you couldn't do before.


Former-commit-id: 658ec25d8045d25a76f87c8f992e67e64006e287
2017-03-28 07:53:57 +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 context.ViewData(key,value) and ViewLayout(layout) http://support.iris-go.com/d/27-using-middleware-to-inject-properties-for-templates/3 2017-03-28 07:53:57 +03:00
README.md context.ViewData(key,value) and ViewLayout(layout) http://support.iris-go.com/d/27-using-middleware-to-inject-properties-for-templates/3 2017-03-28 07:53:57 +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.