gosexy / redis

Redis client for Go that maps the full redis command list into equivalent Go functions.
MIT License
167 stars 44 forks source link

gofmt check error #36

Closed transtone closed 9 years ago

transtone commented 9 years ago

run example, gofmt report a error: expected declaration, found 'IDENT' client

var client *redis.Client client = redis.New() <--error point to this line


it must in a func. not bug