예제 #1
0
파일: option.go 프로젝트: spxtr/contrib
func (w withScopes) Apply(o *internal.DialSettings) {
	s := make([]string, len(w))
	copy(s, w)
	o.Scopes = s
}