Pinned Repositories
cuckoofilter
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
go
The Go programming language
go-check-utils
Golang utilities to be used with the gopkg.in/check.v1 unit testing package
go-dynamodb-mapper
Tool to go generate code for marshaling (unmarshaling) a struct to (from) aws-sdk-go dynamodb AttibuteValue map
go-metrics-datadog
DataDog reporter for the go-metics library
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
hasSalil's Repositories
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
hasSalil/cuckoofilter
hasSalil/go
The Go programming language
hasSalil/go-dynamodb-mapper
Tool to go generate code for marshaling (unmarshaling) a struct to (from) aws-sdk-go dynamodb AttibuteValue map
hasSalil/go-metrics-datadog
DataDog reporter for the go-metics library