2017-07-25 17:50:44 +04:00
2017-07-25 17:50:44 +04:00
2017-07-25 17:50:44 +04:00
2017-07-25 17:50:44 +04:00

Checking for nil in Go

Benchmarks:

BenchmarkIsNilBasic-8           200000000            9.47 ns/op
BenchmarkIsNilInterface-8       200000000            9.18 ns/op
BenchmarkIsNilNil-8             1000000000           2.03 ns/op
Description
Helper/workaround for interface nil checks in Go with benchmarks
Readme 23 KiB
Languages
Go 100%