Eddcp / go-read-and-write-to-csv-file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go program that reads data from csv file, calls api with go routines and write to another file

To run the program

go run read-csv-file-and-write-to-new-file.go startwars-api.csv

Where the first argument is the name of the file

Basically this program was made to study go routines. It takes a csv file with the type and id of a resource on Starwars API

About


Languages

Language:Go 100.0%