6 lines
59 B
Go
6 lines
59 B
Go
|
package ircd
|
||
|
|
||
|
type Entity interface {
|
||
|
}
|
||
|
|
||
|
// vi:ts=4:sw=4:et
|