We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852aa5a commit c1a1b9cCopy full SHA for c1a1b9c
Makefile
@@ -16,5 +16,5 @@ tests:
16
.PHONY: example
17
## example: runs an http-server locally
18
example:
19
- go build -o bin/server streamingconfig/example/server
+ go build -o bin/server github.com/rbroggi/streamingconfig/example/server
20
./bin/server
0 commit comments