mirror of
https://github.com/kataras/iris.git
synced 2026-05-14 10:03:52 +00: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")
|
|
}
|