9 lines
83 B
Go
9 lines
83 B
Go
package testif
|
|
|
|
type data struct {
|
|
}
|
|
|
|
func (d data) IsTrue() bool {
|
|
return true
|
|
}
|