This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
karmen
/
core
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ad9b5b7ffc
Ramos
Etiquetas
master
core
/
documents
/
documents.go
documents.go
101 B
Histórico
Em bruto
1
2
3
4
5
6
7
package documents
type Generator interface {
Run(chan bool)
}
var Generators map[string]Generator