From c1a1b9c88a7d4d850a8c77d1e957b33ad2a7b5af Mon Sep 17 00:00:00 2001 From: Rodrigo Broggi Date: Mon, 22 Jul 2024 10:15:28 +0200 Subject: [PATCH] updating mod and docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de000b3..51b1ada 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,5 @@ tests: .PHONY: example ## example: runs an http-server locally example: - go build -o bin/server streamingconfig/example/server + go build -o bin/server github.com/rbroggi/streamingconfig/example/server ./bin/server \ No newline at end of file