Versions in this module Expand all Collapse all v0 v0.0.1 Jun 17, 2024 Changes in this version + func ReadInput(l *[]Letter, input []byte) error + type Donation struct + Amount float32 + Date string + type Letter struct + City_address string + Company string + Donations []Donation + Name [2]string + Street_address string + Template_file_name string + func (l *Letter) Generate() (string, error) + func (l *Letter) GetMaroto(t template)