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