Skip to content

Commit

Permalink
chore: convery comment to Eng.
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Nov 6, 2024
1 parent b289e6f commit 2053a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/apiResources.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var apiResourcesCmd = &cobra.Command{

endpointsMap := viper.GetStringMapString("endpoints")

// 플래그로 전달된 엔드포인트들 처리
// Process endpoints provided via flag
if endpoints != "" {
selectedEndpoints := strings.Split(endpoints, ",")
for i := range selectedEndpoints {
Expand Down Expand Up @@ -204,7 +204,7 @@ var apiResourcesCmd = &cobra.Command{
return
}

// -e 플래그가 없을 때 기존의 모든 서비스에 대해 나열하는 기능 유지
// If -e flag is not provided, list all services as before
var wg sync.WaitGroup
dataChan := make(chan [][]string, len(endpointsMap))
errorChan := make(chan error, len(endpointsMap))
Expand Down

0 comments on commit 2053a66

Please sign in to comment.