mirror of
https://github.com/kataras/iris.git
synced 2026-01-23 11:56:00 +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")
|
|
}
|