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, "")