8 lines
108 B
Go
8 lines
108 B
Go
package basetypes
|
|
|
|
import ics "github.com/PuloV/ics-golang"
|
|
|
|
// Event type
|
|
type Event struct {
|
|
ics.Event
|
|
}
|