This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
tomo-old/elements/core/doc.go

8 lines
431 B
Go
Raw Normal View History

2023-02-09 19:50:24 +00:00
// Package core provides tools that allow elements to easily fulfill common
// interfaces without having to duplicate a ton of code. Each "core" is a type
// that can be embedded into an element directly, working to fulfill a
// particular interface. Each one comes with a corresponding core control, which
2023-02-09 20:05:13 +00:00
// provides an interface for elements to exert control over the core. Core
// controls should be kept private.
2023-02-09 19:50:24 +00:00
package core