1 2 3 4 5 6 7 8 9
package ynabClient import ( "ynabSerde" ) // See requests.txt for more details. func PostTransactions(txs []ynabSerde.Transaction) { }