update libnmdc import path

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
. 2016-11-29 19:55:50 +13:00
parent f929379569
commit e628bdcf91
2 changed files with 4 additions and 2 deletions

View File

@ -20,9 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import ( import (
"flag" "flag"
"libnmdc"
"log" "log"
"net" "net"
"code.ivysaur.me/libnmdc"
) )
func main() { func main() {

View File

@ -22,13 +22,14 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"io" "io"
"libnmdc"
"log" "log"
"net" "net"
"regexp" "regexp"
"strings" "strings"
"sync" "sync"
"time" "time"
"code.ivysaur.me/libnmdc"
) )
type ClientState int type ClientState int