From 9123ff17994135aa23ef0cd90df635e89818dee5 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 20 Feb 2020 10:40:48 +0800 Subject: [PATCH] typo --- def.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/def.go b/def.go index e366d71..925c340 100644 --- a/def.go +++ b/def.go @@ -78,7 +78,7 @@ type ObjClassif struct { ObjTypeID64 int64 } -type OjbClass struct { +type ObjClass struct { ID64 int64 IntlId string `json:"intl_id"` Name string `json:"name"`