Fix some imports

Whoops.
This commit is contained in:
Zorchenhimer 2019-03-30 16:20:06 -04:00
parent a0a5e4be7d
commit ec0c6752bc
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@ import (
"net/http" "net/http"
"os" "os"
"strings" "strings"
"github.com/zorchenhimer/MovieNight/common"
) )
type twitchChannel struct { type twitchChannel struct {

View File

@ -1,9 +1,10 @@
package main package main
import ( import (
"fmt"
"sync" "sync"
"time" "time"
"github.com/zorchenhimer/MovieNight/common"
) )
type streamStats struct { type streamStats struct {