This website works better with JavaScript
Zaloguj się
golang
/
pgenr
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
374d24568e
Gałęzie
Tagi
master
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
pgenr
/
theme
/
theme.go
theme.go
59 B
Historia
Czysty
1
2
3
4
5
package theme
type Theme interface {
Template() string
}