Skip to content

Commit

Permalink
Fix linter πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Apr 21, 2023
1 parent 12935e7 commit 31803b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import (
"bytes"
"fmt"
"io"
"math/rand"
"os"
"time"

"github.com/lucapette/fakedata/pkg/fakedata"
flag "github.com/spf13/pflag"
Expand Down Expand Up @@ -139,8 +137,6 @@ func main() {
os.Exit(0)
}

rand.Seed(time.Now().UnixNano())

if tmpl := findTemplate(*templateFlag); tmpl != "" {
if err := fakedata.ExecuteTemplate(tmpl, *limitFlag, *streamFlag); err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 31803b5

Please sign in to comment.