package util import ( "message-nest/pkg/setting" ) // Setup Initialize the util func Setup() { jwtSecret = []byte(setting.AppSetting.JwtSecret) }