efritz/gache

View on GitHub
redis_nonintegration_test.go

Summary

Maintainability
A
0 mins
Test Coverage
// +build !integration

package gache

import "github.com/aphistic/sweet"

func RegisterIntegration(s *sweet.S) {
    // do nothing
}