1
0
mirror of https://github.com/kataras/iris.git synced 2026-07-31 08:29:50 +00:00

rest json errors: handle unspported NaN values as the standard package's error doesn't give us more information

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-09-13 11:52:03 +03:00
parent 6776bf0dc9
commit 3137d0d791
7 changed files with 196 additions and 98 deletions
+1 -1
View File
@@ -629,7 +629,7 @@ $ go get github.com/kataras/iris/v12@latest
**Run**
```sh
$ go mod tidy -compat=1.22 # -compat="1.22" for windows.
$ go mod tidy -compat=1.23 # -compat="1.23" for windows.
$ go run .
```