portal/protocols/protocols.go

8 lines
105 B
Go
Raw Normal View History

2024-01-12 00:11:53 +00:00
package protocols
import "github.com/spf13/viper"
func Init(config *viper.Viper) error {
return nil
}