Skip to content

Commit 10fefc8

Browse files
author
Josh Mervine
committed
refactoring to only use generic until remote api changes are made
1 parent 68e1112 commit 10fefc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+213
-1369
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ docs: format .PHONY
1616
@godoc -ex . | sed -e 's/func /\nfunc /g' | less
1717
@# ^ add a little spacing for readability
1818

19-
readme: test
20-
# Generate README
21-
godoc -ex -v -templates "$(PWD)/_support" . > README.md
22-
2319
format: .PHONY
2420
# Go Fmt Source
2521
@gofmt -s -w -l $(shell find . -type f -name "*.go")

0 commit comments

Comments
 (0)