OnChanged(doc.go) func() {goreadme > README.md}
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3283fee3f3
commit
08d8070b63
6
Makefile
6
Makefile
|
@ -1,8 +1,9 @@
|
||||||
all:
|
all: README.md
|
||||||
@echo
|
@echo
|
||||||
@echo "make examples # will run all the examples"
|
@echo "make examples # will run all the examples"
|
||||||
@echo "make update # full git update"
|
@echo "make update # full git update"
|
||||||
@echo
|
@echo
|
||||||
|
make -C cmds/helloworld
|
||||||
|
|
||||||
# should update every go dependancy (?)
|
# should update every go dependancy (?)
|
||||||
update:
|
update:
|
||||||
|
@ -25,6 +26,5 @@ doc:
|
||||||
|
|
||||||
|
|
||||||
# GO111MODULE=on go install github.com/posener/goreadme/cmd/goreadme@latest (worked Oct 20 2022)
|
# GO111MODULE=on go install github.com/posener/goreadme/cmd/goreadme@latest (worked Oct 20 2022)
|
||||||
readme:
|
README.md: doc.go
|
||||||
# goreadme > README.md
|
|
||||||
goreadme -factories -types -functions -variabless > README.md
|
goreadme -factories -types -functions -variabless > README.md
|
||||||
|
|
Loading…
Reference in New Issue