aboutsummaryrefslogtreecommitdiff
path: root/cmd/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/root.go')
-rw-r--r--cmd/root.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 5dbfdac..62e3af1 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -4,6 +4,13 @@ import (
"fmt"
"github.com/spf13/cobra"
"os"
+ // TODO:
+ // "encoding/json"
+ // "fmt"
+ // "log"
+ // "nvd/internal/cvss"
+ // "nvd/internal/feed"
+ // "os"
)
var rootCmd = &cobra.Command{