forked from TrueCloudLab/certificates
Fix typo.
This commit is contained in:
parent
a2b03083c8
commit
44f0d61354
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ func (u *URI) Get(key string) string {
|
||||||
return v
|
return v
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetBool returns true if a given key has the value "true". It will returns
|
// GetBool returns true if a given key has the value "true". It returns false
|
||||||
// false otherwise.
|
// otherwise.
|
||||||
func (u *URI) GetBool(key string) bool {
|
func (u *URI) GetBool(key string) bool {
|
||||||
v := u.Values.Get(key)
|
v := u.Values.Get(key)
|
||||||
if v == "" {
|
if v == "" {
|
||||||
|
|
Loading…
Reference in a new issue