mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Rocket chat is down - so use the alternative chat
This commit is contained in:
parent
1557bf1077
commit
c60cb24f6e
|
@ -1,6 +1,6 @@
|
||||||
[![Iris Logo](https://raw.githubusercontent.com/iris-contrib/website/gh-pages/assets/iris_full_logo_2.png)](http://iris-go.com)
|
[![Iris Logo](https://raw.githubusercontent.com/iris-contrib/website/gh-pages/assets/iris_full_logo_2.png)](http://iris-go.com)
|
||||||
|
|
||||||
[![Travis Widget]][Travis] [![Release Widget]][Release] [![Report Widget]][Report] [![License Widget]][License] [![Chat Widget]][Chat] [![Documentation Widget]][Documentation]
|
[![Travis Widget]][Travis] [![Release Widget]][Release] [![Report Widget]][Report] [![License Widget]][License] [![Chat Widget]][ChatAlternative] [![Documentation Widget]][Documentation]
|
||||||
|
|
||||||
[Travis Widget]: https://img.shields.io/travis/kataras/iris.svg?style=flat-square
|
[Travis Widget]: https://img.shields.io/travis/kataras/iris.svg?style=flat-square
|
||||||
[Travis]: http://travis-ci.org/kataras/iris
|
[Travis]: http://travis-ci.org/kataras/iris
|
||||||
|
@ -8,8 +8,9 @@
|
||||||
[License]: https://github.com/kataras/iris/blob/master/LICENSE
|
[License]: https://github.com/kataras/iris/blob/master/LICENSE
|
||||||
[Release Widget]: https://img.shields.io/badge/release-v3.0.0--rc.4-blue.svg?style=flat-square
|
[Release Widget]: https://img.shields.io/badge/release-v3.0.0--rc.4-blue.svg?style=flat-square
|
||||||
[Release]: https://github.com/kataras/iris/releases
|
[Release]: https://github.com/kataras/iris/releases
|
||||||
[Chat Widget]: https://img.shields.io/badge/Rocket.Chat-JOIN%20CHAT-00BCD4.svg?style=flat-square
|
[Chat Widget]: https://img.shields.io/badge/community-chat-00BCD4.svg?style=flat-square
|
||||||
[Chat]: https://kataras.rocket.chat/channel/iris
|
[Chat]: https://kataras.rocket.chat/channel/iris
|
||||||
|
[ChatAlternative]: https://gitter.im/kataras/iris
|
||||||
[Report Widget]: https://img.shields.io/badge/report%20card-A%2B-F44336.svg?style=flat-square
|
[Report Widget]: https://img.shields.io/badge/report%20card-A%2B-F44336.svg?style=flat-square
|
||||||
[Report]: http://goreportcard.com/report/kataras/iris
|
[Report]: http://goreportcard.com/report/kataras/iris
|
||||||
[Documentation Widget]: https://img.shields.io/badge/documentation-reference-5272B4.svg?style=flat-square
|
[Documentation Widget]: https://img.shields.io/badge/documentation-reference-5272B4.svg?style=flat-square
|
||||||
|
|
|
@ -19,7 +19,7 @@ type renderTestInformationType struct {
|
||||||
Stars int `xml:"stars",json:"stars"`
|
Stars int `xml:"stars",json:"stars"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestREST(t *testing.T) {
|
func TestRenderRest(t *testing.T) {
|
||||||
api := iris.New()
|
api := iris.New()
|
||||||
|
|
||||||
dataContents := []byte("Some binary data here.")
|
dataContents := []byte("Some binary data here.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user