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 (
"flag"
"libnmdc"
"log"
"net"
"code.ivysaur.me/libnmdc"
)
func main() {

View File

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