update libnmdc import path
--HG-- branch : nmdc-ircfrontend
This commit is contained in:
parent
f929379569
commit
e628bdcf91
3
main.go
3
main.go
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user