Skip to content

Commit

Permalink
duplicate removal
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarazzutti committed Oct 31, 2021
1 parent 1fea906 commit 486bb40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func CalcLatency(repeats int, useHTTP bool, service string) *AWSRegions {
{Service: service, Name: "Asia Pacific (Sydney)", Code: "ap-southeast-2"},
{Service: service, Name: "South America (São Paulo)", Code: "sa-east-1"},
{Service: service, Name: "Middle East (Bahrain)", Code: "me-south-1"},
{Service: service, Name: "South America (São Paulo)", Code: "sa-east-1"},
}
var wg sync.WaitGroup

Expand Down

0 comments on commit 486bb40

Please sign in to comment.