irc-go/ircmatch/doc.go

8 lines
193 B
Go
Raw Normal View History

2016-09-17 08:19:12 +00:00
// written by Daniel Oaks <daniel@danieloaks.net>
// released under the ISC license
/*
Package ircmatch handles matching IRC strings with the traditional glob-like syntax.
*/
package ircmatch