remove unnecessary output to stdout at beginning

This commit is contained in:
2025-03-16 19:25:10 +09:00
parent f9b6c39353
commit d510488d3f

View File

@@ -8,7 +8,6 @@ import (
)
func main() {
fmt.Println("Hello, World!")
d := discord.Discord(os.Getenv("DISCORD_TOKEN"), os.Getenv("DISCORD_CHANNEL"))
tweetchannel := make(chan string, 1)