mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 11:57:02 +00:00
misspell
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29
This commit is contained in:
@@ -22,7 +22,7 @@ func main() {
|
||||
// we should use t.Context if we want to rollback on any errors lives inside this function clojure.
|
||||
t.Context().Text("Blablabla this should not be sent to the client because we will fill the err with a message and status")
|
||||
|
||||
// virtualize a fake error here, for the shake of the example
|
||||
// virtualize a fake error here, for the sake of the example
|
||||
fail := true
|
||||
if fail {
|
||||
err.StatusCode = iris.StatusInternalServerError
|
||||
|
||||
Reference in New Issue
Block a user