2025-03-27 19:00:54 +10:30
|
|
|
[](https://pkg.go.dev/github.com/tardisx/haiku-detector)
|
2025-03-27 19:58:21 +10:30
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|