Formatting

This commit is contained in:
Alvaro Muñoz
2023-09-11 16:57:59 +02:00
parent 5b54ffbf91
commit 94f7572d92
2 changed files with 7 additions and 9 deletions

View File

@@ -1,17 +1,16 @@
/* /*
Copyright © 2023 NAME HERE <EMAIL ADDRESS> Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/ */
package cmd package cmd
import ( import (
"log"
"fmt"
"encoding/json" "encoding/json"
"fmt"
"log"
"github.com/spf13/cobra"
"github.com/GitHubSecurityLab/gh-mrva/utils"
"github.com/GitHubSecurityLab/gh-mrva/models" "github.com/GitHubSecurityLab/gh-mrva/models"
"github.com/GitHubSecurityLab/gh-mrva/utils"
"github.com/spf13/cobra"
) )
var listCmd = &cobra.Command{ var listCmd = &cobra.Command{

View File

@@ -4,4 +4,3 @@ const (
MAX_MRVA_REPOSITORIES = 1000 MAX_MRVA_REPOSITORIES = 1000
WORKERS = 10 WORKERS = 10
) )