This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
763424bc40
stash
/
pkg
/
utils
/
boolean.go
9 lines
73 B
Go
Raw
Normal View
History
Unescape
Escape
FFMPEG auto download
2019-02-11 06:39:21 +00:00
package
utils
func
Btoi
(
b
bool
)
int
{
if
b
{
return
1
}
return
0
Ran formatter and fixed some lint issues
2019-02-14 22:53:32 +00:00
}