remove unnecessary output to stdout at beginning
This commit is contained in:
1
main.go
1
main.go
@@ -8,7 +8,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("Hello, World!")
|
|
||||||
d := discord.Discord(os.Getenv("DISCORD_TOKEN"), os.Getenv("DISCORD_CHANNEL"))
|
d := discord.Discord(os.Getenv("DISCORD_TOKEN"), os.Getenv("DISCORD_CHANNEL"))
|
||||||
|
|
||||||
tweetchannel := make(chan string, 1)
|
tweetchannel := make(chan string, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user