tutus-chain/pkg/compiler/testdata/foobar/foo.go

8 lines
87 B
Go

package foobar
// OtherBool ...
func OtherBool() bool {
ok := getBool()
return ok
}