9 lines
84 B
Go
9 lines
84 B
Go
package elseif
|
|
|
|
type data struct {
|
|
}
|
|
|
|
func (d data) IsTrue() bool {
|
|
return false
|
|
}
|