mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-19 00:13:30 +08:00
config panel, kuwo source, playlist operation, bug fix @6, panic handling
This commit is contained in:
8
util/integer.go
Normal file
8
util/integer.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package util
|
||||
|
||||
func IntMin(x, y int) int {
|
||||
if x < y {
|
||||
return x
|
||||
}
|
||||
return y
|
||||
}
|
||||
Reference in New Issue
Block a user