iris/_examples/routing/custom-low-level-router/main.go

7 lines
136 B
Go
Raw Normal View History

/// TODO: showcase the `app.Downgrade` feature tomorrow if not already existing elsewhere.
package main
func main() {
panic("TODO")
}