Files
nats-server/server
Ivan Kozlovic 4997637270 [FIXED] assignment copies lock value for crypto/tls.Config
Running `go vet ./...` with `go 1.7.3` would report the following:

```
server/route.go:342: assignment copies lock value to tlsConfig: crypto/tls.Config contains sync.Once contains sync.Mutex
server/server.go:479: assignment copies lock value to config: crypto/tls.Config contains sync.Once contains sync.Mutex
```

Add a “clone” function while waiting for this to be addressed
by the language itself (https://go-review.googlesource.com/#/c/28075/)
2016-10-20 14:59:29 -06:00
..
2016-08-18 09:27:43 -06:00
2016-10-06 09:30:49 -06:00
2016-09-12 11:03:19 -04:00
2016-09-12 11:03:19 -04:00
2015-06-19 12:08:11 -07:00
2016-04-03 13:04:06 -07:00
2016-07-11 12:16:21 -07:00
2016-03-20 15:57:43 -10:00