From b72a651fe4ca523beb7a6b68312c3df8a36df32b Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 17 Dec 2020 00:50:39 +0100 Subject: [PATCH] Add comment --- pkg/modules/migration/trello/trello.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/modules/migration/trello/trello.go b/pkg/modules/migration/trello/trello.go index 1b5536678..58d5140c6 100644 --- a/pkg/modules/migration/trello/trello.go +++ b/pkg/modules/migration/trello/trello.go @@ -26,6 +26,7 @@ import ( "github.com/adlio/trello" ) +// Migration represents the trello migration struct type Migration struct { Token string `json:"code"` }