iris/_examples
Gerasimos (Makis) Maropoulos ac3abca684 Nothing special here, just split the static handler to a package-level func and per-route func (same as before)
Former-commit-id: 1912d85de84856c715dfa7b79d771cada1b638b9
2017-03-14 02:58:56 +02:00
..
examples Nothing special here, just split the static handler to a package-level func and per-route func (same as before) 2017-03-14 02:58:56 +02:00
README.md Add some _examples in the main repository too. 2017-03-13 15:16:12 +02: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!

Developers should read the official documentation in depth.

Table of Contents

Take look at the community examples too!