From 15042775c49b321f56051cdbba040897ca36781c Mon Sep 17 00:00:00 2001 From: hellojukay Date: Wed, 27 Mar 2024 12:13:55 +0800 Subject: [PATCH] code format --- main.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index c6f8e09..77126e0 100644 --- a/main.go +++ b/main.go @@ -9,8 +9,10 @@ import ( tui "github.com/manifoldco/promptui" ) -var pipeline bool -var version bool +var ( + pipeline bool + version bool +) func init() { flag.BoolVar(&pipeline, "p", false, "open github action page or gitlab pipeline page")