- Change the name of data.json.dev to data.json
- Set your data in the data.json
- Run with
go run .
data.json
[
{
"url": "https://foo.bar",
"filename": "bar.json",
"username": "admin",
"password": "my_password1"
},
{
"url": "https://foo.bar2",
"filename": "bar2.json",
"username": "admin",
"password": "my_password2"
}
]