mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
Rename 'error' to 'jsonerror' to emphasise that these are JSON errors
This commit is contained in:
parent
a5c562efd3
commit
c56a9e7003
|
|
@ -1,4 +1,4 @@
|
||||||
package error
|
package jsonerror
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package error
|
package jsonerror
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
Loading…
Reference in a new issue