Removed faulty empty line
This commit is contained in:
parent
1dd67de72f
commit
6c373508f8
1
feed.go
1
feed.go
|
@ -170,7 +170,6 @@ func (this *Feed) FetchClient(uri string, client *http.Client, charset xmlx.Char
|
||||||
// This allows us to specify a custom character encoding conversion
|
// This allows us to specify a custom character encoding conversion
|
||||||
// routine when dealing with non-utf8 input. Supply 'nil' to use the
|
// routine when dealing with non-utf8 input. Supply 'nil' to use the
|
||||||
// default from Go's xml package.
|
// default from Go's xml package.
|
||||||
|
|
||||||
func (this *Feed) FetchBytes(uri string, content []byte, charset xmlx.CharsetFunc) (err error) {
|
func (this *Feed) FetchBytes(uri string, content []byte, charset xmlx.CharsetFunc) (err error) {
|
||||||
this.Url = uri
|
this.Url = uri
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue