Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 9, 2023
1 parent 812a653 commit e3c9488
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ package main

import (
"log"
"math/rand"
"os"
"time"

"github.com/fatih/color"

"github.com/pluralsh/plural/cmd/plural"
)

func main() {
rand.Seed(time.Now().UnixNano())
// init Kube when k8s config exists
p := &plural.Plural{}
app := plural.CreateNewApp(p)
Expand Down

0 comments on commit e3c9488

Please sign in to comment.