From de2131dd55a19802e3ed27fd4068ab98a3288e6f Mon Sep 17 00:00:00 2001 From: Zorchenhimer Date: Sat, 30 Mar 2019 16:20:06 -0400 Subject: [PATCH] Fix some imports Whoops. --- emotes.go | 2 ++ stats.go | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/emotes.go b/emotes.go index a936a16..dcd6335 100644 --- a/emotes.go +++ b/emotes.go @@ -7,6 +7,8 @@ import ( "net/http" "os" "strings" + + "github.com/zorchenhimer/MovieNight/common" ) type twitchChannel struct { diff --git a/stats.go b/stats.go index 3aef4de..c96ef3d 100644 --- a/stats.go +++ b/stats.go @@ -1,9 +1,10 @@ package main import ( - "fmt" "sync" "time" + + "github.com/zorchenhimer/MovieNight/common" ) type streamStats struct {