From 8b01bc2f387bdfdd9c070aa815112ed099ad900c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 9 Jul 2020 23:45:08 +0800 Subject: [PATCH] PUB @lxbwolf https://linux.cn/article-12400-1.html --- ...11 Stop debugging Go with Println and use Delve instead.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20200611 Stop debugging Go with Println and use Delve instead.md (99%) diff --git a/translated/tech/20200611 Stop debugging Go with Println and use Delve instead.md b/published/20200611 Stop debugging Go with Println and use Delve instead.md similarity index 99% rename from translated/tech/20200611 Stop debugging Go with Println and use Delve instead.md rename to published/20200611 Stop debugging Go with Println and use Delve instead.md index 4bbf220698..ed93db45b4 100644 --- a/translated/tech/20200611 Stop debugging Go with Println and use Delve instead.md +++ b/published/20200611 Stop debugging Go with Println and use Delve instead.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (lxbwolf) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12400-1.html) [#]: subject: (Stop debugging Go with Println and use Delve instead) [#]: via: (https://opensource.com/article/20/6/debug-go-delve) [#]: author: (Gaurav Kamathe https://opensource.com/users/gkamathe)