8 lines
88 B
Go
8 lines
88 B
Go
package ecs
|
|
|
|
import "github.com/yohamta/donburi"
|
|
|
|
type Entry struct {
|
|
*donburi.Entry
|
|
}
|