1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Document Nil variable.

This commit is contained in:
Vladimir Mihailenco
2012-08-25 16:34:13 +03:00
parent a8b009b2a9
commit ce63ade88d

View File

@ -10,6 +10,7 @@ import (
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Represents Redis nil reply.
var Nil = errors.New("(nil)") var Nil = errors.New("(nil)")
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------