mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Update readme
Former-commit-id: 825f79a9cc8eedb2026906ce28ebf795c7c0b158
This commit is contained in:
parent
a132e7cebc
commit
fa5b529634
21
README.md
21
README.md
|
@ -20,24 +20,23 @@
|
|||
|
||||
<br/>
|
||||
|
||||
Iris√ is an efficient and well-designed toolbox with robust set of features to<br/> <b>create your own
|
||||
perfect high-performance web applications</b> <br/>with unlimited potentials and <b>portability</b>.
|
||||
|
||||
|
||||
Iris is an efficient and well-designed toolbox with robust set of features.<br/>Write <b>your own</b>
|
||||
<b>perfect high-performance web applications</b> <br/>with unlimited potentials and <b>portability</b>.
|
||||
<br/>
|
||||
|
||||
<i><u>Powered by Google's Go</u></i>.
|
||||
</p>
|
||||
|
||||
#Not Yet Another Go Web Framework
|
||||
----------
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/kataras/iris/blob/v6/HISTORY.md"><img src="https://img.shields.io/badge/codename%20-%20√Next%20-blue.svg?style=flat-square" alt="CHANGELOG/HISTORY"></a>
|
||||
<h1># Not YAWF<!-- hashtag, no title. --></h1>
|
||||
|
||||
<a href="https://github.com/iris-contrib/examples"><img src="https://img.shields.io/badge/%20examples-repository-3362c2.svg?style=flat-square" alt="Examples"></a>
|
||||
<a href="https://github.com/kataras/iris/blob/v6/HISTORY.md"><img src="https://img.shields.io/badge/codename-√Next%20-blue.svg?style=flat-square" alt="CHANGELOG/HISTORY"></a>
|
||||
|
||||
<a href="https://godoc.org/gopkg.in/kataras/iris.v6"><img src="https://img.shields.io/badge/%20docs-reference-5272B4.svg?style=flat-square" alt="Docs"></a>
|
||||
<a href="https://github.com/iris-contrib/examples"><img src="https://img.shields.io/badge/examples-%20repository-3362c2.svg?style=flat-square" alt="Examples"></a>
|
||||
|
||||
<a href="https://kataras.rocket.chat/channel/iris"><img src="https://img.shields.io/badge/%20community-chat-00BCD4.svg?style=flat-square" alt="Chat"></a>
|
||||
<a href="https://godoc.org/gopkg.in/kataras/iris.v6"><img src="https://img.shields.io/badge/docs-%20reference-5272B4.svg?style=flat-square" alt="Docs"></a>
|
||||
|
||||
<a href="https://kataras.rocket.chat/channel/iris"><img src="https://img.shields.io/badge/community-%20chat-00BCD4.svg?style=flat-square" alt="Chat"></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
4
doc.go
4
doc.go
|
@ -19,9 +19,9 @@
|
|||
// SOFTWARE.
|
||||
|
||||
/*
|
||||
Package iris is an efficient and well-designed toolbox with robust set of features to
|
||||
Package iris provides efficient and well-designed tools with robust set of features to
|
||||
create your own perfect high performance web application
|
||||
with unlimited portability using the Go Programming Language.
|
||||
with unlimited potentials and portability.
|
||||
|
||||
Note: This package is under active development status.
|
||||
Each month a new version is releasing
|
||||
|
|
4
iris.go
4
iris.go
|
@ -1,6 +1,6 @@
|
|||
// Package iris is an efficient and well-designed toolbox with robust set of features to
|
||||
// Package iris provides efficient and well-designed tools with robust set of features to
|
||||
// create your own perfect high performance web application
|
||||
// with unlimited portability using the Go Programming Language.
|
||||
// with unlimited potentials and portability.
|
||||
//
|
||||
// For middleware, template engines, response engines, sessions, websockets, mails, subdomains,
|
||||
// dynamic subdomains, routes, party of subdomains & routes and more
|
||||
|
|
Loading…
Reference in New Issue
Block a user