diff --git a/Makefile b/Makefile deleted file mode 100644 index 61ca923..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG = github.com/jteeuwen/go-pkg-rss -GOFILES = feed.go rss.go atom.go channel.go image.go item.go cloud.go \ - enclosure.go source.go input.go category.go generator.go link.go\ - subtitle.go author.go content.go - -include $(GOROOT)/src/Make.pkg diff --git a/README b/README index 9620648..2718926 100644 --- a/README +++ b/README @@ -34,13 +34,11 @@ an example of how this works. DEPENDENCIES ================================================================================ - goinstall github.com/jteeuwen/go-pkg-xmlx + github.com/jteeuwen/go-pkg-xmlx ================================================================================ USAGE ================================================================================ - $ goinstall github.com/jteeuwen/go-pkg-rss - An idiomatic example program can be found in example.go.