From 22c656d18e46d702ecff8c8d5c4c918bf2540ba6 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 18 Mar 2015 23:27:21 +0300 Subject: [PATCH] Style fix [ci skip]. #71 --- deb/changes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/deb/changes.go b/deb/changes.go index b0b67afa..a85bfdcf 100644 --- a/deb/changes.go +++ b/deb/changes.go @@ -24,6 +24,7 @@ type Changes struct { Stanza Stanza } +// NewChanges moves .changes file into temporary directory and creates Changes structure func NewChanges(path string) (*Changes, error) { var err error