From e628bdcf91263d819cce81b61c95c97a6abe8221 Mon Sep 17 00:00:00 2001 From: "." <.@.> Date: Tue, 29 Nov 2016 19:55:50 +1300 Subject: [PATCH] update libnmdc import path --HG-- branch : nmdc-ircfrontend --- main.go | 3 ++- server.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 30d91f3..4ca3ea0 100644 --- a/main.go +++ b/main.go @@ -20,9 +20,10 @@ along with this program. If not, see . import ( "flag" - "libnmdc" "log" "net" + + "code.ivysaur.me/libnmdc" ) func main() { diff --git a/server.go b/server.go index cb687e1..7a8a4b6 100644 --- a/server.go +++ b/server.go @@ -22,13 +22,14 @@ import ( "bytes" "fmt" "io" - "libnmdc" "log" "net" "regexp" "strings" "sync" "time" + + "code.ivysaur.me/libnmdc" ) type ClientState int