Skip to content

Commit

Permalink
Format includes using goimports
Browse files Browse the repository at this point in the history
Modified by 'goimports -l -w'.
  • Loading branch information
jamesd committed Jan 15, 2021
1 parent 11c4299 commit fd86b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions mail.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package main

import (
"fmt"
"github.com/c-14/grue/config"
"github.com/jaytaylor/html2text"
"github.com/mmcdole/gofeed"
"gopkg.in/gomail.v2"
"io"
"os/exec"
"strings"
"time"

"github.com/c-14/grue/config"
"github.com/jaytaylor/html2text"
"github.com/mmcdole/gofeed"
"gopkg.in/gomail.v2"
)

type Email struct {
Expand Down
5 changes: 3 additions & 2 deletions rss.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package main

import (
"fmt"
"github.com/c-14/grue/config"
"github.com/mmcdole/gofeed"
"math"
"os"
"time"

"github.com/c-14/grue/config"
"github.com/mmcdole/gofeed"
)

type FeedFetcher struct {
Expand Down

0 comments on commit fd86b75

Please sign in to comment.