package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Apr 23, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Check if a array have a string, and return its index number and bool
example:
var list = []string{"water","ok", "no"}
arr.Find("ok", list)
result
2, true
Source Files
¶
Click to show internal directories.
Click to hide internal directories.