Import the "time" package

This commit is contained in:
Aaron 2016-08-06 20:39:25 +03:00
parent 636ec68c85
commit 2182105fe6

View File

@ -9,6 +9,7 @@ import (
"io/ioutil"
"strings"
"testing"
"time"
"github.com/shazow/ssh-chat/chat/message"
"github.com/shazow/ssh-chat/sshd"