Categorygithub.com/AryanshMahato/go-csv-proj
repository
0.0.0-20230810122612-debe8dd5a910
Repository: https://github.com/aryanshmahato/go-csv-proj.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Csv Project

To get the users from API and save them in a csv file

make saveUsers

OR

export API_URL=API_URL # API URL must seperated with comma(,)
go run cmd/save_users/main.go

To search users by tag from saved csv

make searchUsers

OR

go run cmd/search_users/main.go --tags tags # tags must seperated with comma(,)