-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2 (but in name only cause modules) (#38)
* v2 (but in name only cause modules) * now with less deps
- Loading branch information
Showing
80 changed files
with
201 additions
and
1,317 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
TAGS ?= "" | ||
GO_BIN ?= "go" | ||
|
||
install: packr | ||
go install -tags ${TAGS} -v ./genny | ||
make tidy | ||
|
||
tidy: | ||
go mod tidy | ||
|
||
build: packr | ||
go build -v . | ||
make tidy | ||
|
||
test: packr | ||
test: | ||
go test -cover -tags ${TAGS} ./... | ||
make tidy | ||
|
||
packr: | ||
packr2 | ||
make tidy |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.