ircd/entity.go

6 lines
59 B
Go
Raw Normal View History

2014-11-22 13:21:30 +00:00
package ircd
type Entity interface {
}
// vi:ts=4:sw=4:et