1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-09-06 00:43:20 +00:00

Move irc/ to client/ and set up for goinstall.

This commit is contained in:
Alex Bramley 2010-11-21 19:53:14 +00:00
parent 00d25810b5
commit bedbfc2899
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
package main
import (
"irc"
irc "github.com/fluffle/goirc/client"
"fmt"
"os"
"bufio"