mirror of
https://github.com/kataras/iris.git
synced 2025-01-27 12:36:33 +01:00
120b5fb635
Former-commit-id: d2369c20490619cad0dd6f7b6ed01cdbef51a853
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")
|
|
}
|