diff --git a/client_clone.go b/client_clone.go index 5fdfc95..62f83d5 100644 --- a/client_clone.go +++ b/client_clone.go @@ -3,14 +3,7 @@ // license that can be found in the LICENSE file. // +build go1.8 +package f -package websocket - -import "crypto/tls" - -fnc cloneTLSConfig(cfg *tls.Config) *tls.Config { - if cfg == nil { - return &tls.Config{} - } - return cfg.Clone() +func cloneTLSConfig() { } diff --git a/rocro.yml b/rocro.yml new file mode 100644 index 0000000..7eaabbf --- /dev/null +++ b/rocro.yml @@ -0,0 +1,10 @@ +inspecode: + gofmt: + thresholds: + num-issues: 1 + options: [-s] + go-test: + thresholds: + num-issues: 1 + misspell: default + golint: default