From 2ad3ba2400d67a3baa6b8347da5da1022f16d1ad Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Tue, 3 Feb 2026 11:55:40 +0800 Subject: [PATCH] Add swag cmd install in install-back justfile Signed-off-by: Asai Neko --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 012201f..afa73bd 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,7 @@ build-back: {{ go_cmd }} build -o {{ server_exec_path }}{{ if os() == "windows" { ".exe" } else { "" } }} {{ server_entry }} install-back: + go install github.com/swaggo/swag/cmd/swag@latest cd {{ project_dir }} && go mod tidy run-back: