This website requires JavaScript.
Explore
Help
Sign In
smart-dev
/
Wox
mirror of
https://github.com/Wox-launcher/Wox
Watch
2
Star
0
Fork
You've already forked Wox
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ccfdbc5e4a
Wox
/
wox.core
/
util
/
math.go
9 lines
92 B
Go
Raw
Blame
History
package
util
func
MaxInt64
(
a
int64
,
b
int64
)
int64
{
if
a
>
b
{
return
a
}
return
b
}
Reference in New Issue
View Git Blame
Copy Permalink