mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Merge pull request #1079 from morihaya/patch-1
Fixed typo in comment Former-commit-id: 008cf1c9f77c67867c0cfc2c938b92f4be1b12e2
This commit is contained in:
commit
6fc7fc632a
|
@ -118,8 +118,8 @@ func YAML(filename string) Configuration {
|
|||
// see `WithGlobalConfiguration` for more information.
|
||||
//
|
||||
// Usage:
|
||||
// app.Configure(iris.WithConfiguration(iris.YAML("myconfig.tml"))) or
|
||||
// app.Run([iris.Runner], iris.WithConfiguration(iris.YAML("myconfig.tml"))).
|
||||
// app.Configure(iris.WithConfiguration(iris.TOML("myconfig.tml"))) or
|
||||
// app.Run([iris.Runner], iris.WithConfiguration(iris.TOML("myconfig.tml"))).
|
||||
func TOML(filename string) Configuration {
|
||||
c := DefaultConfiguration()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user