Skip to content

Commit 4f82a31

Browse files
author
lye
committed
Minor tweaks to play nicely with the new go tool
1 parent f2faa10 commit 4f82a31

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

Makefile

-9
This file was deleted.

src/irc.go irc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"net"
1111
"strings"
1212
"time"
13-
"tls"
13+
"crypto/tls"
1414
)
1515

1616
const (
File renamed without changes.

src/irc_struct.go irc_struct.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package irc
77
import (
88
"net"
99
"time"
10-
"tls"
10+
"crypto/tls"
1111
)
1212

1313
type IRCConnection struct {

0 commit comments

Comments
 (0)