This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
core
/
tg
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
refact
v0.22.0
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.20.0
v0.19.0
v0.18
v0.18.0
v0.17.0
v0.16
v0.16.0
v0.15.0
tg
/
widget.go
widget.go
64 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
package tg
type Maker[V any] interface {
Make(*Context) V
}