No more Makefiles. Use go command to build and install.
This commit is contained in:
parent
45d4452c15
commit
1c5ba93201
8
Makefile
8
Makefile
|
@ -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
4
README
|
@ -34,13 +34,11 @@ an example of how this works.
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
goinstall github.com/jteeuwen/go-pkg-xmlx
|
github.com/jteeuwen/go-pkg-xmlx
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
USAGE
|
USAGE
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
$ goinstall github.com/jteeuwen/go-pkg-rss
|
|
||||||
|
|
||||||
An idiomatic example program can be found in example.go.
|
An idiomatic example program can be found in example.go.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue