mirror of
https://github.com/kataras/iris.git
synced 2025-01-29 05:26:33 +01:00
7 lines
136 B
Go
7 lines
136 B
Go
|
/// TODO: showcase the `app.Downgrade` feature tomorrow if not already existing elsewhere.
|
||
|
package main
|
||
|
|
||
|
func main() {
|
||
|
panic("TODO")
|
||
|
}
|