minmod
This commit is contained in:
parent
d7bc5a6685
commit
aef8d74bb9
|
@ -0,0 +1,7 @@
|
|||
package implement
|
||||
|
||||
// Checks whether a key exists in the arguments
|
||||
func (i Arguments) Has(key string) bool {
|
||||
_, exists := i[key]
|
||||
return exists
|
||||
}
|
Loading…
Reference in New Issue