package main import "time" type Dose struct { ID int Time time.Time Substance string Dose float64 Unit string Roa string Notes string }