We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a35f commit 266a010Copy full SHA for 266a010
1 file changed
Makefile
@@ -16,7 +16,7 @@ bench:
16
17
# run-example runs the example specified in the example variable with the optional arguments specified in the ARGS variable.
18
run-example:
19
- go run ./__examples/$(example)/*.go $(ARGS)
+ go run ./__examples/$(group)/*.go $(ARGS)
20
21
update-deps:
22
go get -v -u ./...
0 commit comments