mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -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"
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package error
|
||||
package jsonerror
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
Loading…
Reference in a new issue