Skip to content

Commit

Permalink
Move currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymond committed Apr 3, 2017
1 parent 0ef944a commit ca71fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Currencies map[string]*Currency

func (c *Currency) Get(code string) *Currency {
code = strings.ToUpper(code)
cs := c.read("./currencies.json")
cs := c.read("./resources/currencies.json")

if _, ok := cs[code]; !ok {
log.Fatalf("Currency %s not found", code)
Expand Down
File renamed without changes.

0 comments on commit ca71fcd

Please sign in to comment.