Skip to content

Commit 99e093b

Browse files
committed
fix cops
1 parent 7f6c868 commit 99e093b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gopkg.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ func init() {
607607
fi: FileInfo{
608608
name: "favicon.ico",
609609
size: 5558,
610-
modTime: time.Unix(0, 1523457789513995842),
610+
modTime: time.Unix(0, 1527090282022963545),
611611
isDir: false,
612612
},
613613
}, "/index.html.hbs": File{
@@ -762,7 +762,7 @@ func init() {
762762
fi: FileInfo{
763763
name: "index.html.hbs",
764764
size: 1749,
765-
modTime: time.Unix(0, 1538494071335140583),
765+
modTime: time.Unix(0, 1538519142315196871),
766766
isDir: false,
767767
},
768768
},

templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"sort"
66

77
"github.com/akerl/go-lambda/apigw/events"
8-
"gopkg.in/osteele/liquid.v1"
8+
liquid "gopkg.in/osteele/liquid.v1"
99
)
1010

1111
var (

0 commit comments

Comments
 (0)