From 85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 15 Oct 2024 12:39:18 +0700 Subject: make: serve doc on non-common port Using 8080 is too common and has cause conflict with some service on my development laptop. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5693121..30cdda6 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ test-parser: go test -v -run=Open . serve-doc: - ciigo serve _doc/ + ciigo -address=127.0.0.1:31904 serve _doc/ -- cgit v1.3