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