gofmt -s -w
This commit is contained in:
parent
e44514e2cb
commit
45d4452c15
2 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ Build & run with:
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
rss "github.com/jteeuwen/go-pkg-rss"
|
||||
"os"
|
||||
"time"
|
||||
rss "github.com/jteeuwen/go-pkg-rss"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
4
feed.go
4
feed.go
|
@ -27,11 +27,11 @@ package feeder
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"time"
|
||||
xmlx "github.com/jteeuwen/go-pkg-xmlx"
|
||||
"fmt"
|
||||
xmlx "github.com/jteeuwen/go-pkg-xmlx"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
type ChannelHandler func(f *Feed, newchannels []*Channel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue