Skip to content
Snippets Groups Projects
Commit d4114e1b authored by Emanuel Petrinovic's avatar Emanuel Petrinovic
Browse files

bla

parent 8abf6a01
No related branches found
No related tags found
No related merge requests found
package main
import (
"gitlab.reutlingen-university.de/petrinov/myaktion-go/model"
)
func main() {
newAccount := model.Account{
Name: "NeuerAccount",
BankName: "NeueBank",
Number: "1",
}
donation1 = model.Donation{
Ammount: 10.00,
DonorName: "Irgendwer",
ReceiptRequested: false,
Campaign: ,
}
newCampagin := model.Campaign{
Name: "ABC",
OrganizerName: "bcd",
TargetAmmount: 100.00,
DonationMinimum: 20.00,
AmmountDonatedSoFar: 80.00,
Account: newAccount,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment