df162eae76
test: embed Unimplemented___Server in every service ( #3076 )
2019-10-04 13:22:31 -07:00
4e92c060da
cleanup: replace unnecessary loops ( #2573 )
2019-01-16 13:06:58 -08:00
04ea82009c
cleanup: replace "x/net/context" import with "context" ( #2439 )
2018-11-12 13:30:41 -08:00
761a6b364c
binarylog: fix end2end test race ( #2433 )
2018-11-02 10:18:47 -07:00
59a2cfbdf9
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
f4273b1bc8
binarylog: fix racy TestClientBinaryLogCancel ( #2423 )
2018-11-01 10:20:23 -07:00
3332afdfad
internal: binarylog test replace += 1 with ++ ( #2420 )
2018-10-31 13:34:00 -07:00
24638f5984
binarylog: call binary log in Client and Server ( #2388 )
...
Also includes:
- Export `NewLoggerFromConfigString` so it can be also used when config string is specified in another way (e.g. command line flag)
- Export `Logger` so user can install custom sink
- Add temp file sink implementation
2018-10-31 10:21:20 -07:00