mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-28 07:56:18 +00:00
6 lines
60 B
Go
6 lines
60 B
Go
package widgets
|
|
|
|
type Widget interface {
|
|
Render() string
|
|
}
|