//go:build go1.8
// +build go1.8

package ws

import 

func tlsCloneConfig( *tls.Config) *tls.Config {
	return .Clone()
}