Files
nats-server/test
Ivan Kozlovic 645529243f Fix staticcheck reported issues
The tool is started with the "-ignore" flag to ignore warning SA2002
which corresponds to invoking t.Fatalf (and the like) in a go routine.
Calling t.Fatalf in a go routine may produce a race condition.
The rationale for ignoring this warning is that if a test executes
the t.Fatalf() line it is that we have a problem either with test
or code that should be fixed.
2016-11-15 12:54:36 -07:00
..
2016-04-05 10:52:40 -07:00
2016-06-17 10:09:14 -07:00
2016-02-06 07:41:37 -08:00
2016-03-31 07:33:36 -07:00
2015-09-17 19:02:00 -07:00
2013-10-16 13:40:15 -07:00
2016-03-31 07:33:36 -07:00
2016-04-22 13:03:04 -06:00
2016-06-16 21:46:54 -07:00