51e9386e6bcae46e3d44dfc4ec1535eecafd5030
import "github.com/tardisx/haiku-detector"
haiku := haiku.Find("haiku can be found wherever you are looking with help of some code")
if len(haiku) > 0 {
println(haiku[0].String())
}
// haiku can be found
// wherever you are looking
// with help of some code
Languages
Go
100%