gofmt -s -w

This commit is contained in:
jim teeuwen 2011-12-07 13:46:06 +01:00
parent e44514e2cb
commit 45d4452c15
2 changed files with 3 additions and 3 deletions

View File

@ -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() {

View File

@ -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)