mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 23:30:36 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
|
package foobar
|
||
|
|
||
|
// OtherBool ...
|
||
|
func OtherBool() bool {
|
||
|
ok := getBool()
|
||
|
return ok
|
||
|
}
|