7 lines
332 B
Go
7 lines
332 B
Go
// Package elements provides several standard interfaces that elements can
|
|
// fulfill in order to inform other elements of their capabilities and what
|
|
// events they are able to process. Sub-packages of this package provide
|
|
// pre-made standard elements, as well as tools that can be used to easily
|
|
// create more.
|
|
package elements
|