fix package name for ircreader

This commit is contained in:
Shivaram Lingamneni 2021-02-13 20:50:52 -05:00
parent fcaabd19f3
commit 6650d11315
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
// Copyright (c) 2020-2021 Shivaram Lingamneni
// released under the MIT license
package irc
package ircreader
import (
"bytes"

@ -1,7 +1,7 @@
// Copyright (c) 2020 Shivaram Lingamneni <slingamn@cs.stanford.edu>
// released under the MIT license
package irc
package ircreader
import (
"io"