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 (
"context"
"log/slog"
)

View file

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

View file

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

View file

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