Fixing build issues
This commit is contained in:
parent
6f9e4a9c76
commit
14c38799e3
2
cache.go
2
cache.go
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
2
main.go
2
main.go
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"crypto/tls"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright (c) 2014, 2015 Matthieu Grieger (MIT License)
|
||||
*/
|
||||
|
||||
package mumbledj
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -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."
|
||||
|
|
Reference in a new issue