1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-18 21:20:02 +02:00

fix File is not goimports-ed (#28)

Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
This commit is contained in:
s3rj1k 2019-11-03 21:41:16 +02:00 committed by Unknwon
parent 8819199291
commit 0f50d0d83e
2 changed files with 0 additions and 2 deletions

View file

@ -691,4 +691,3 @@ func (v *anyValueWithExplicitNull) UnmarshalJSON(data []byte) error {
*v = anyValueWithExplicitNull{}
return json.Unmarshal(data, &v.value)
}