You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project i'm implement reading file and searching all links on it. App create a new file "final" where all links are stored. App using 6 goroutines that are searching by regexp all links in their part of file.
In this project i'm implement reading file and searching all links on it.
App create a new file "final" where all links are stored.
App using 6 goroutines that are searching by regexp all links in their part of file.
To see how it works use
go run main.go
About
In this project i'm implement reading file and searching all links on it. App create a new file "final" where all links are stored. App using 6 goroutines that are searching by regexp all links in their part of file.