From ce0e8e6d9d90baeb8c003bccf58dff2726aca5bb Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Thu, 14 Mar 2024 16:03:01 +0100 Subject: [PATCH] feat: remove comment --- measurementprotocol/v2/item.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/measurementprotocol/v2/item.go b/measurementprotocol/v2/item.go index 05b0eb1..68feac0 100644 --- a/measurementprotocol/v2/item.go +++ b/measurementprotocol/v2/item.go @@ -1,13 +1,5 @@ package v2 -/* -* - - promotion_id: "pi", - promotion_name: "pn", - creative_name: "cn", - creative_slot: "cs", -*/ type Item struct { // Example: 12345 ID *string `json:"id,omitempty" mapstructure:"id,omitempty"`