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"
|
||||
"strings"
|
||||
"time"
|
||||
"tls"
|
||||
"crypto/tls"
|
||||
)
|
||||
|
||||
const (
|
@ -7,7 +7,7 @@ package irc
|
||||
import (
|
||||
"net"
|
||||
"time"
|
||||
"tls"
|
||||
"crypto/tls"
|
||||
)
|
||||
|
||||
type IRCConnection struct {
|
Loading…
Reference in New Issue
Block a user