Skip to content

Commit

Permalink
Merge pull request #3 from ferdypruis/2-iso-amendment-number
Browse files Browse the repository at this point in the history
#2 Updated with ammendment number 171
  • Loading branch information
ferdypruis authored Apr 1, 2022
2 parents 52d5c14 + b982a7a commit bdccf53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions generator/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Generate data structures based on the XML's available at https://www.currency-iso.org/
//go:build ignore
// +build ignore

package main

Expand All @@ -15,8 +13,8 @@ import (
"time"
)

const urlListOne = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_one.xml"
const urlListThree = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_three.xml"
const urlListOne = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml"
const urlListThree = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_three.xml"

const tpl = `generator/data.go.tpl`
const outfile = `data.go`
Expand Down

0 comments on commit bdccf53

Please sign in to comment.