package server import "time" //Log is exported type Log struct { ID int Timestamp time.Time Log string }