Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-30 17:28:01 +01:00
parent 6f9e4a9c76
commit 14c38799e3
9 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"errors"

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"errors"

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"crypto/tls"

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"errors"

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"errors"

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"encoding/json"

View file

@ -5,7 +5,7 @@
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
*/
package mumbledj
package main
import (
"errors"

View file

@ -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."

2
web.go
View file

@ -1,4 +1,4 @@
package mumbledj
package main
import (
"fmt"