Skip to content

Commit

Permalink
fix: conf
Browse files Browse the repository at this point in the history
  • Loading branch information
moocss committed Aug 22, 2024
1 parent 0b6de88 commit 9f17e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package conf
import "github.com/spf13/viper"

// Viper 别名
type V = *viper.Viper
type V = viper.Viper

// KV KeyValue is conf key value.
type KV struct {
Expand Down

0 comments on commit 9f17e84

Please sign in to comment.