package lllaetu_data type Day struct { } func Today() Day { return Day{} }