We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e45a57 commit 00cbf4dCopy full SHA for 00cbf4d
1 file changed
goada.go
@@ -108,13 +108,13 @@ func (u *Url) HasPort() bool {
108
}
109
110
func (u *Url) HasPassword() bool {
111
- answer := bool(C.ada_has_port(u.cpointer))
+ answer := bool(C.ada_has_password(u.cpointer))
112
runtime.KeepAlive(u)
113
return answer
114
115
116
func (u *Url) HasHash() bool {
117
+ answer := bool(C.ada_has_hash(u.cpointer))
118
119
120
0 commit comments