mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Happy weekend! Due the latest news we have a single change for your own safety. iris.AutoTLS users should pass all the necessary information now, these are the recommended by letsencrypt.
Iris devs should declare all the information now, there is no option to "leave something out" anymore, it's for your own good. Version is not changed yet, giving you time to see that changelog and do the necessary changes to your codebase, it will written to HISTORY.md too of course.
Before:
app.Run(iris.AutoTLS(":443"))
Now:
app.Run(iris.AutoTLS(":443", "example.com", "mail@example.com")
Happy weekend!
Former-commit-id: f5314a8c1f8303d7216481d05129eb8a62766e14
This commit is contained in:
@@ -137,7 +137,7 @@ $ go run main.go
|
||||
|
||||
Go 1.9 just released.
|
||||
|
||||
Dcumentation and examples will be updated soon to use the already-type aliases inside the framework, such as `iris.Context` instead of the origin pacage.
|
||||
Dcumentation and examples will be updated soon to use the already-type aliases inside the framework, such as `iris.Context` instead of the origin package.
|
||||
|
||||
If you've installed [Go 1.9](https://golang.org/dl) then you can omit the `github.com/kataras/iris/context` package from the imports statement.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user