Codebase list golang-github-stvp-tempredis / fdc118a
Update upstream source from tag 'upstream/0.0_git20181119.b82af84' Update to upstream version '0.0~git20181119.b82af84' with Debian dir c3d92bc241c3bc0f0b58b6c059de24da31b02214 Sascha Steinbiss 2 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 .pc
0 tempredis.test
00 package tempredis
11
22 import (
3 "github.com/garyburd/redigo/redis"
3 "github.com/gomodule/redigo/redis"
44 )
55
66 func ExampleUsage() {
22 import (
33 "testing"
44
5 "github.com/garyburd/redigo/redis"
5 "github.com/gomodule/redigo/redis"
66 )
77
88 func TestServer(t *testing.T) {