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