This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
fgm
/
kurz
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Árvore:
1fdfc662b2
Ramos
Etiquetas
clean18k
master
x-text
kurz
/
domain
/
url.go
url.go
85 B
Histórico
Em bruto
1
2
3
4
5
6
7
package domain
type URL string
func (u URL) IsEmpty() bool {
return len(u) == 0
}