From 6afe13812ac5f103eaeb052b32f0c30926dd3d20 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 26 Mar 2020 02:16:08 -0500 Subject: [PATCH] fix variable name --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 04535f1..0773571 100644 --- a/client.go +++ b/client.go @@ -20,7 +20,7 @@ type ( } Result struct { - ID string `json:"id"` + Id string `json:"id"` Label string `json:"label"` Status Status `json:"status"` }