From 1e02352d3fce4c3e9548a61e39c8e21362654936 Mon Sep 17 00:00:00 2001 From: Peng-Jie Date: Sat, 27 Aug 2016 20:40:49 +0800 Subject: [PATCH] Sequence Location field --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 6836f4f..3fc4cb1 100644 --- a/types.go +++ b/types.go @@ -155,8 +155,8 @@ type Contact struct { // Location object represents geographic position. type Location struct { - Longitude float32 `json:"longitude"` Latitude float32 `json:"latitude"` + Longitude float32 `json:"longitude"` } // Callback object represents a query from a callback button in an