mirror of
https://github.com/spf13/viper
synced 2025-05-07 20:57:18 +00:00
Ran linting etc
This commit is contained in:
parent
8bd0057540
commit
0af00e71e5
4 changed files with 3 additions and 7 deletions
|
@ -2,7 +2,6 @@ package viper
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
|
|
3
util.go
3
util.go
|
@ -12,14 +12,13 @@ package viper
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"log/slog"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"strings"
|
||||
"unicode"
|
||||
|
||||
"log/slog"
|
||||
|
||||
"github.com/spf13/cast"
|
||||
)
|
||||
|
||||
|
|
|
@ -11,12 +11,11 @@
|
|||
package viper
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"log/slog"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
3
viper.go
3
viper.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue