mirror of
https://github.com/foomo/fender.git
synced 2025-10-16 12:25:39 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
package fender
|
|
|
|
import "github.com/foomo/fender/fend"
|
|
|
|
type FendField struct {
|
|
name string
|
|
fends []fend.Fend
|
|
}
|