diff --git a/cache.go b/cache.go index 9f56af3..0adda0e 100644 --- a/cache.go +++ b/cache.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "errors" diff --git a/commands.go b/commands.go index 5f0e02c..4be4eeb 100644 --- a/commands.go +++ b/commands.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "errors" diff --git a/main.go b/main.go index 840aba9..ba85c0c 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "crypto/tls" diff --git a/parseconfig.go b/parseconfig.go index f567c4c..4b4a16a 100644 --- a/parseconfig.go +++ b/parseconfig.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "errors" diff --git a/service.go b/service.go index 39f7b0c..13a1d08 100644 --- a/service.go +++ b/service.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "errors" diff --git a/service_youtube.go b/service_youtube.go index aa7ec1f..63a343d 100644 --- a/service_youtube.go +++ b/service_youtube.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "encoding/json" diff --git a/songqueue.go b/songqueue.go index 0a6bb31..f1bdc1c 100644 --- a/songqueue.go +++ b/songqueue.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main import ( "errors" diff --git a/strings.go b/strings.go index 03a7e3c..9d5524f 100644 --- a/strings.go +++ b/strings.go @@ -5,7 +5,7 @@ * Copyright (c) 2014, 2015 Matthieu Grieger (MIT License) */ -package mumbledj +package main // Message shown to users when the bot has an invalid YouTube API key. const INVALID_API_KEY = "MumbleDJ does not have a valid YouTube API key." diff --git a/web.go b/web.go index bdbf3bd..bebb94b 100644 --- a/web.go +++ b/web.go @@ -1,4 +1,4 @@ -package mumbledj +package main import ( "fmt"