This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
alist
mirror of
https://github.com/Xhofe/alist
Watch
1
Star
0
Fork
You've already forked alist
0
Code
Issues
Releases
Wiki
Activity
renovate/github.com-city404-v6-public-rpc-proto-go-digest
alist
/
pkg
/
utils
/
bool.go
6 lines
77 B
Go
Raw
Permalink
Blame
History
package
utils
func
IsBool
(
bs
...
bool
)
bool
{
return
len
(
bs
)
>
0
&&
bs
[
0
]
}
Reference in New Issue
View Git Blame
Copy Permalink