mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:16:28 +01:00
Nothing in codebase, yet, just change the uri scheme for our website.
Former-commit-id: 0d21b1b665c40afff7a8db56f3c270963ba646a5
This commit is contained in:
parent
9232b96188
commit
8602517371
|
@ -1226,9 +1226,9 @@ v7.x is deprecated because it sold as it is and it is not part of the public, st
|
||||||
# Th, 15 June 2017 | v7.2.0
|
# Th, 15 June 2017 | v7.2.0
|
||||||
|
|
||||||
### About our new home page
|
### About our new home page
|
||||||
http://iris-go.com
|
https://iris-go.com
|
||||||
|
|
||||||
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
|
Thanks to [Santosh Anand](https://github.com/santoshanand) the https://iris-go.com has been upgraded and it's really awesome!
|
||||||
|
|
||||||
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
|
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ Iris may have reached version 8, but we're not stopping there. We have many feat
|
||||||
|
|
||||||
[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 at general technology progress. It's the only thing we ask from you, it's our sign.
|
||||||
|
|
||||||
<!-- [](http://iris-go.com/graph) -->
|
<!-- [](https://iris-go.com/graph) -->
|
||||||
[](https://travis-ci.org/kataras/iris)
|
[](https://travis-ci.org/kataras/iris)
|
||||||
[](http://goreportcard.com/report/kataras/iris)
|
[](http://goreportcard.com/report/kataras/iris)
|
||||||
[](https://github.com/kataras/iris/issues?q=is%3Aopen+is%3Aissue)
|
[](https://github.com/kataras/iris/issues?q=is%3Aopen+is%3Aissue)
|
||||||
|
@ -64,7 +64,7 @@ Iris may have reached version 8, but we're not stopping there. We have many feat
|
||||||
* [Middleware](middleware/)
|
* [Middleware](middleware/)
|
||||||
* [Dockerize](https://github.com/iris-contrib/cloud-native-go)
|
* [Dockerize](https://github.com/iris-contrib/cloud-native-go)
|
||||||
* [Community & Support](#-community)
|
* [Community & Support](#-community)
|
||||||
* [Blogs](http://iris-go.com/v8/blogs)
|
* [Blogs](https://iris-go.com/v8/blogs)
|
||||||
- [Go vs .NET Core in terms of HTTP performance](https://medium.com/@kataras/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8)
|
- [Go vs .NET Core in terms of HTTP performance](https://medium.com/@kataras/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8)
|
||||||
- [Iris, a modular web framework](https://medium.com/@corebreaker/iris-web-cd684b4685c7)
|
- [Iris, a modular web framework](https://medium.com/@corebreaker/iris-web-cd684b4685c7)
|
||||||
- [Deploying a Iris Golang app in hasura](https://docs.hasura.io/0.14/tutorials/deploying-a-go-iris-app.html)
|
- [Deploying a Iris Golang app in hasura](https://docs.hasura.io/0.14/tutorials/deploying-a-go-iris-app.html)
|
||||||
|
@ -323,7 +323,7 @@ $ go get -u github.com/iris-contrib/middleware/...
|
||||||
|
|
||||||
#### 📈 One and a half years...
|
#### 📈 One and a half years...
|
||||||
|
|
||||||
[](http://iris-go.com/graph)
|
[]()
|
||||||
|
|
||||||
Iris exceeded all expectations, started as one-man project.
|
Iris exceeded all expectations, started as one-man project.
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ type versionInfo struct {
|
||||||
|
|
||||||
func checkVersion() {
|
func checkVersion() {
|
||||||
client := netutil.Client(20 * time.Second)
|
client := netutil.Client(20 * time.Second)
|
||||||
r, err := client.PostForm("http://iris-go.com/version", url.Values{"current_version": {Version}})
|
r, err := client.PostForm("https://iris-go.com/version", url.Values{"current_version": {Version}})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
golog.Debugf("%v", err)
|
golog.Debugf("%v", err)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user