No more Makefiles. Use go command to build and install.

This commit is contained in:
jim teeuwen 2012-02-09 17:31:42 +01:00
parent 45d4452c15
commit 1c5ba93201
2 changed files with 1 additions and 11 deletions

View File

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

4
README
View File

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