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 5eef6e9 commit e42eaf4Copy full SHA for e42eaf4
Makefile
@@ -24,10 +24,6 @@ clean: ## Remove previous builds and any test cache data
24
@test $(DISTRIBUTIONS_DIR)
25
@if [ -d $(DISTRIBUTIONS_DIR) ]; then rm -r $(DISTRIBUTIONS_DIR); fi
26
27
-.PHONY: release
28
-release:: ## Runs common.release then runs godocs
29
- @$(MAKE) godocs
30
-
31
.PHONY: run-examples
32
run-examples: ## Runs all the examples
33
@go run examples/examples.go
0 commit comments