Skip to content

Commit

Permalink
Minor: Rearange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pastc committed Mar 8, 2024
1 parent 29aad54 commit d9c96bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dice.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package vero

import (
"github.com/pastc/vero/internal"
"math"
"strconv"

"github.com/pastc/vero/internal"
)

// Dice generates a random integer from 0 to 9999
Expand Down

0 comments on commit d9c96bc

Please sign in to comment.