Skip to content

Commit

Permalink
Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schneppenheim committed Nov 15, 2021
1 parent 63d501b commit 49300f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package main

import (
"fmt"
"os"
"strings"

"github.com/cloudhut/kminion/v2/kafka"
"github.com/cloudhut/kminion/v2/logging"
"github.com/cloudhut/kminion/v2/minion"
Expand All @@ -12,8 +15,6 @@ import (
"github.com/knadh/koanf/providers/file"
"github.com/mitchellh/mapstructure"
"go.uber.org/zap"
"os"
"strings"
)

type Config struct {
Expand Down

0 comments on commit 49300f0

Please sign in to comment.