This website works better with JavaScript
Home
Explore
Help
Sign In
fgm
/
kurz
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Tree:
1cf887ba2c
Branches
Tags
clean18k
master
x-text
kurz
/
domain
/
url.go
url.go
85 B
History
Raw
1
2
3
4
5
6
7
package domain
type URL string
func (u URL) IsEmpty() bool {
return len(u) == 0
}