From 7ff113312b756d260e736666974aabf92e8ddbda Mon Sep 17 00:00:00 2001 From: Senthil Date: Thu, 20 Nov 2014 21:17:37 -0800 Subject: [PATCH] remove un-needed var() --- Samples/pubnub.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/Samples/pubnub.go b/Samples/pubnub.go index 046ab66..0d69dab 100644 --- a/Samples/pubnub.go +++ b/Samples/pubnub.go @@ -26,8 +26,6 @@ const ( TimeToken = "1000" ) -var () - func main() { var pub = messaging.NewPubnub(PublishKey, SubscribeKey, SecretKey, "", false, "")