x/json2: fmt
parent
3ee9223bb4
commit
5d526c0a97
|
|
@ -40,7 +40,6 @@ pub struct DecodeError {
|
||||||
message string
|
message string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// code returns the error code of DecodeError
|
// code returns the error code of DecodeError
|
||||||
pub fn (err DecodeError) code() int {
|
pub fn (err DecodeError) code() int {
|
||||||
return 3
|
return 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue