From bd779117fecfc4837e116b4a297ad0ac6205b666 Mon Sep 17 00:00:00 2001 From: kataras Date: Sun, 3 Sep 2017 18:28:58 +0300 Subject: [PATCH] add learning section at faq, although is easy to be found Former-commit-id: f6cc690bcf178dea8b492366124860bfe427a92f --- Dockerfile.build | 2 +- README.md | 10 +++++----- faq.md | 20 +++++++++++++++++--- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/Dockerfile.build b/Dockerfile.build index 342b9c39..b11269af 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.8.3-alpine +FROM golang:1.9-alpine RUN apk update && apk upgrade && apk add --no-cache bash git RUN go get github.com/iris-contrib/cloud-native-go diff --git a/README.md b/README.md index 8ab4db69..7ebe1d6f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@

-**Powered by [KeyCDN](https://www.keycdn.com/)**, A Simple, Fast and Reliable CDN. - Iris is a fast, simple and efficient micro web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app. We have no doubt you will able to find other web frameworks written in Go @@ -19,7 +17,9 @@ you can find online. Iris may have reached version 8, but we're not stopping there. We have many feature ideas on our board that we're anxious to add and other innovative web development solutions that we're planning to build into Iris. -[Star or watch](https://github.com/kataras/iris/stargazers) this repository to stay updated at general technology progress. It's the only thing we ask from you, it's our sign. +[Star or watch](https://github.com/kataras/iris/stargazers) this repository to stay updated. + +**Accelerated by [KeyCDN](https://www.keycdn.com/)**, A Simple, Fast and Reliable CDN. [![build status](https://img.shields.io/travis/kataras/iris/master.svg?style=flat-square)](https://travis-ci.org/kataras/iris) @@ -40,10 +40,10 @@ Iris may have reached version 8, but we're not stopping there. We have many feat * [Installation](#-installation) * [Latest changes](https://github.com/kataras/iris/blob/master/HISTORY.md#su-27-august-2017--v840) * [Learn](#-learn) - * [HTTP Listening](_examples/#http-listening) + * [HTTP Listening](_examples/#http-listening) * [Configuration](_examples/#configuration) * [Routing, Grouping, Dynamic Path Parameters, "Macros" and Custom Context](_examples/#routing-grouping-dynamic-path-parameters-macros-and-custom-context) - * [MVC (Model View Controller)](_examples/#mvc) + * [MVC (Model View Controller)](_examples/#mvc) **NEW** * [Subdomains](_examples/#subdomains) * [Wrap `http.Handler/HandlerFunc`](_examples/#convert-httphandlerhandlerfunc) * [View](_examples/#view) diff --git a/faq.md b/faq.md index a53d75d6..37040c7f 100644 --- a/faq.md +++ b/faq.md @@ -1,14 +1,28 @@ +# FAQ + ## How to upgrade ```sh go get -u github.com/kataras/iris ``` +## Learning + +More than 50 practical examples, tutorials and articles at: + +- https://github.com/kataras/iris/tree/master/_examples +- https://github.com/iris-contrib/examples +- https://iris-go.com/v8/recipe +- https://docs.iris-go.com (in-progress) +- https://godoc.org/github.com/kataras/iris + +> [Stay tuned](https://github.com/kataras/iris/stargazers), community prepares even more tutorials. + +Want to help and join to the greatest community? Describe your skills and push your own sections at: https://github.com/kataras/build-a-better-web-together/issues/new + ## Active development mode -Many ideas to implement but no breaking changes. - -https://github.com/kataras/iris/issues/722 +Iris may have reached version 8, but we're not stopping there. We have many feature ideas on our board that we're anxious to add and other innovative web development solutions that we're planning to build into Iris. ## Can I found a job if I learn how to use Iris?