hasSalil's Stars
julienschmidt/httprouter
A high performance HTTP request router that scales well
taylorchu/generic
A code generation tool to enable generics in go
hasSalil/customdeepequal
A re-implementation of the golang reflect.DeepEqual that allows registering of custom deep equal function for specified types. The custom deep equals works recursively when comparing structs
hasSalil/go-check-utils
Golang utilities to be used with the gopkg.in/check.v1 unit testing package
hasSalil/go-prefetch-cache
An in-memory key-value store that refreshes an entry (prefetches) after specified refresh period, and evicts once specified TTL has expired