Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
razmser committed Jan 20, 2025
1 parent da19b34 commit bc316eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/loadgen/loadgen.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package main

import (
"github.com/vkcom/statshouse/internal/loadgen"
"os"

"github.com/vkcom/statshouse/internal/loadgen"
)

func main() {
Expand Down
6 changes: 4 additions & 2 deletions internal/loadgen/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ package loadgen
import (
"context"
"fmt"
"github.com/vkcom/statshouse-go"
"pgregory.net/rand"
"time"

"pgregory.net/rand"

"github.com/vkcom/statshouse-go"
)

const metricPrefixG = "loadgen_"
Expand Down

0 comments on commit bc316eb

Please sign in to comment.