Ran linting etc

This commit is contained in:
Brandon Hartman 2023-10-18 11:35:35 -04:00
parent 8bd0057540
commit 0af00e71e5
4 changed files with 3 additions and 7 deletions

View file

@ -2,7 +2,6 @@ package viper
import ( import (
"context" "context"
"log/slog" "log/slog"
) )

View file

@ -12,14 +12,13 @@ package viper
import ( import (
"fmt" "fmt"
"log/slog"
"os" "os"
"path/filepath" "path/filepath"
"runtime" "runtime"
"strings" "strings"
"unicode" "unicode"
"log/slog"
"github.com/spf13/cast" "github.com/spf13/cast"
) )

View file

@ -11,12 +11,11 @@
package viper package viper
import ( import (
"log/slog"
"os" "os"
"path/filepath" "path/filepath"
"testing" "testing"
"log/slog"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )

View file

@ -25,6 +25,7 @@ import (
"errors" "errors"
"fmt" "fmt"
"io" "io"
"log/slog"
"os" "os"
"path/filepath" "path/filepath"
"reflect" "reflect"
@ -33,8 +34,6 @@ import (
"sync" "sync"
"time" "time"
"log/slog"
"github.com/fsnotify/fsnotify" "github.com/fsnotify/fsnotify"
"github.com/mitchellh/mapstructure" "github.com/mitchellh/mapstructure"
"github.com/spf13/afero" "github.com/spf13/afero"