Some formatting

This commit is contained in:
Matthieu Grieger 2014-12-15 16:41:32 -08:00
parent e7afe60331
commit bd51c1d6d4

View file

@ -9,8 +9,8 @@ package main
import (
//"github.com/layeh/gumble/gumble_ffmpeg"
"os/exec"
"fmt"
"os/exec"
)
type Song struct {
@ -67,3 +67,6 @@ func (s *Song) RemoveSkip(username string) bool {
return false
}
func (s *Song) SkipReached(channelUsers int) bool {
return false
}