1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 03:45:56 +00:00

_examples: Table Of Contents

Part 4.


Former-commit-id: 1c06fe7237aa862b31773f7ce10677f57cfe1d63
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-03-24 02:51:10 +02:00
parent 8fb9da038c
commit 847a59386f
2 changed files with 10 additions and 11 deletions

View File

@@ -2,16 +2,11 @@
This folder provides easy to understand code snippets on how to get started with web development with the Go programming language using the [Iris](https://github.com/kataras/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](https://godoc.org/gopkg.in/kataras/iris.v6) in depth.
<a href ="https://github.com/kataras/iris"> <img align="right" src="http://iris-go.com/assets/book/cover_4.jpg" width="300" /> </a>
## Table of Contents
<!-- when the new book will be ready I should add the link here -->
<img align="right" src="http://iris-go.com/assets/book/cover_4.jpg" width="300" />
* [Level: Beginner](beginner)
* [Hello World](beginner/hello-world/main.go)
@@ -75,4 +70,8 @@ Developers should read the official [documentation](https://godoc.org/gopkg.in/k
* [Multi](advanced/subdomains/multi/main.go)
* [Wildcard](advanced/subdomains/wildcard/main.go)
> Take look at the [community examples](https://github.com/iris-contrib/examples) too!
> Don't forget to take a quick look or add your own [examples in the community's repository](https://github.com/iris-contrib/examples)!
> Developers should read the official [documentation](https://godoc.org/gopkg.in/kataras/iris.v6), in depth, for better understanding.