Skip to content

Commit daaae8c

Browse files
author
Darko Djalevski
authored
Merge pull request #18 from inplayer-org/transaction-history-structure
Set variable names to go convention
2 parents 325bf76 + 429e47d commit daaae8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BankAccount/pkg/entities/transactionhistory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ type TransactionHistory struct {
66
AccountId int `db:"account_id"`
77
Amount float64 `db: "amount"`
88
Action string `db: "action"`
9-
Created string `db: "created_at"`
9+
CreatedAt string `db: "created_at"`
1010
}

0 commit comments

Comments
 (0)