From 02de8192b1fe4a8be83cbc312ba45c937af34a89 Mon Sep 17 00:00:00 2001 From: hirenko-v Date: Thu, 26 Sep 2024 13:06:31 +0300 Subject: [PATCH] test --- cmd/snippet/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/snippet/main.go b/cmd/snippet/main.go index 7f42168..1af12a4 100644 --- a/cmd/snippet/main.go +++ b/cmd/snippet/main.go @@ -36,8 +36,8 @@ type Config struct { } const ( - channelID = "C07MUPT2QRE" // Replace with your channel ID - message = "test" // Replace with your message + channelID = "C07MUPT2QRE" + message = "Output:" ) type UploadURLResponse struct {