mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 15:39:30 +01:00
10 lines
215 B
Go
10 lines
215 B
Go
// written by Daniel Oaks <daniel@danieloaks.net>
|
|
// released under the ISC license
|
|
|
|
/*
|
|
Package ircutils provides small, useful utility functions and classes.
|
|
|
|
This package is in an alpha stage.
|
|
*/
|
|
package ircutils
|