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"
"os"
"strings"
"github.com/zorchenhimer/MovieNight/common"
)
type twitchChannel struct {

View File

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