1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-18 09:25:59 +00:00

remove deprecated code from websocket/_examples/secure/main.go

Former-commit-id: 2eb8dff1ac0677473a5f26f938240106903ba336
This commit is contained in:
hiveminded
2017-07-12 14:36:26 +03:00
parent 2b23163a37
commit ace439203d
2 changed files with 1 additions and 4 deletions

View File

@@ -21,9 +21,6 @@ func main() {
ctx.Redirect("/test2")
})
// If http to https auto-redirect is one of your needs
// please look the code inside ion_deprecateed.go.ListenLETSENCRYPT to do it manually.
// NOTE: This may not work on local addresses like this,
// use it on a real domain, because
// it uses the "golang.org/x/crypto/acme/autocert" package.