From 78d634ee12a8091f37e237364482d66c74d85cbb Mon Sep 17 00:00:00 2001 From: Andhika Maheva Wicaksono Date: Mon, 20 Aug 2018 14:33:30 +0700 Subject: [PATCH] Change func comment --- request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request.go b/request.go index e9ea57b..12c91ef 100644 --- a/request.go +++ b/request.go @@ -175,7 +175,7 @@ type Callbacks struct { finish string `json:"finish,omitempty"` } -// Expiry : Represent expiry time +// Expiry : Represent transaction expiry time type Expiry struct { StartAt time.Time `json:"start_at,omitempty"` Unit string `json:"unit,omitempty"`