Rename 'error' to 'jsonerror' to emphasise that these are JSON errors

This commit is contained in:
Kegan Dougal 2017-02-20 17:06:59 +00:00
parent a5c562efd3
commit c56a9e7003
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package error package jsonerror
import "fmt" import "fmt"

View file

@ -1,4 +1,4 @@
package error package jsonerror
import ( import (
"encoding/json" "encoding/json"