From 88f3dd4f3c234e77de666f0653f114915e0fea56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=80=E9=B8=A3?= Date: Wed, 1 Sep 2021 17:39:13 +0800 Subject: [PATCH] The description is wrong --- example/consumer/copy_data/copy_data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/consumer/copy_data/copy_data.go b/example/consumer/copy_data/copy_data.go index fa81f9b8..3b163007 100644 --- a/example/consumer/copy_data/copy_data.go +++ b/example/consumer/copy_data/copy_data.go @@ -12,7 +12,7 @@ import ( // README : // This is an E2E test, which creates another logstore under the same project to simulate consumption. -// If you don't want to use this method, you can comment out 31-45 lines of code and override your own process function +// If you don't want to use this method, you can comment out 60-67 lines of code and override your own process function // Be careful not to change the parameter type of process function. var option consumerLibrary.LogHubConfig