From 2182105fe63b4e578bfafe16b62ae7dd4bc087dd Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 6 Aug 2016 20:39:25 +0300 Subject: [PATCH] Import the "time" package --- host_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/host_test.go b/host_test.go index ca8c0bf..df01342 100644 --- a/host_test.go +++ b/host_test.go @@ -9,6 +9,7 @@ import ( "io/ioutil" "strings" "testing" + "time" "github.com/shazow/ssh-chat/chat/message" "github.com/shazow/ssh-chat/sshd"