Minor tweaks to play nicely with the new go tool
This commit is contained in:
parent
f2faa10846
commit
4f82a31c9c
9
Makefile
9
Makefile
@ -1,9 +0,0 @@
|
|||||||
include $(GOROOT)/src/Make.inc
|
|
||||||
|
|
||||||
TARG=github.com/lye/cleanirc
|
|
||||||
GOFILES=\
|
|
||||||
src/irc.go \
|
|
||||||
src/irc_struct.go \
|
|
||||||
src/irc_callback.go
|
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
|
@ -10,7 +10,7 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
"tls"
|
"crypto/tls"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
@ -7,7 +7,7 @@ package irc
|
|||||||
import (
|
import (
|
||||||
"net"
|
"net"
|
||||||
"time"
|
"time"
|
||||||
"tls"
|
"crypto/tls"
|
||||||
)
|
)
|
||||||
|
|
||||||
type IRCConnection struct {
|
type IRCConnection struct {
|
Loading…
Reference in New Issue
Block a user