From 94dcc4ff33d22e1eb5f9a7a3c6256665245715cc Mon Sep 17 00:00:00 2001 From: Jary Date: Tue, 19 Mar 2024 14:09:47 +0800 Subject: [PATCH] modify comment --- playstore/notification.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playstore/notification.go b/playstore/notification.go index 457fa49..e699137 100644 --- a/playstore/notification.go +++ b/playstore/notification.go @@ -38,8 +38,7 @@ const ( // DeveloperNotification is sent by a Pub/Sub topic. // Detailed description is following. // https://developer.android.com/google/play/billing/rtdn-reference#json_specification -// use DeveloperNotificationV2 instead -// Deprecated +// Depreacated: use DeveloperNotificationV2 instead. type DeveloperNotification struct { Version string `json:"version"` PackageName string `json:"packageName"`