1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-08 01:16:30 +00:00

Nothing in codebase, yet, just change the uri scheme for our website.

Former-commit-id: 0d21b1b665c40afff7a8db56f3c270963ba646a5
This commit is contained in:
kataras
2017-08-26 20:12:57 +03:00
parent 9232b96188
commit 8602517371
3 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ type versionInfo struct {
func checkVersion() {
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 {
golog.Debugf("%v", err)