mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
Add .NET Core MVC with Templates vs Iris MVC with Templates
https://hackernoon.com/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8 Former-commit-id: dabf2d23a2f8a341ded9fc87ced82300855e26a6
This commit is contained in:
7
_benchmarks/iris-mvc-templates/models/http_error.go
Normal file
7
_benchmarks/iris-mvc-templates/models/http_error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
// HTTPError a silly structure to keep our error page data.
|
||||
type HTTPError struct {
|
||||
Title string
|
||||
Code int
|
||||
}
|
||||
Reference in New Issue
Block a user