directory
0.0.0-20240119052524-3363882ba0c5
Repository: https://github.com/postmannen/go-learning.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Check for the occurence of a string inside anothe string.
The idea here is to learn and test out the concept of having local variables and methods in a package (lexml), and only expose what we want to the caller (main.go).
No description provided by the author