Skip to content

Commit

Permalink
Bodge latest convention function
Browse files Browse the repository at this point in the history
  • Loading branch information
Tintinnabulate committed Aug 24, 2019
1 parent ee8b34a commit dbf10ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db_operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import (

func getLatestConvention(context context.Context) (convention, error) {
return convention{
Name: "Name",
Name: "EURYPAA",
Creation_Date: time.Now(),
Year: 2019,
Country: Albania_,
City: "City",
Cost: 2000,
Year: 2020,
Country: Poland_,
City: "Warsaw",
Cost: 1500,
Currency_Code: "EUR",
Start_Date: time.Now(),
End_Date: time.Now(),
Expand Down

0 comments on commit dbf10ca

Please sign in to comment.