mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 05:24:36 +02:00
bug fix,music player fix
This commit is contained in:
@@ -54,7 +54,11 @@ func (stk *FolderStack) Last() string {
|
||||
return stk.head.data.(string)
|
||||
}
|
||||
}
|
||||
|
||||
func (stk *FolderStack) Clear() {
|
||||
for stk.Length() > 0 {
|
||||
stk.Pop()
|
||||
}
|
||||
}
|
||||
func NewFolderStack() *FolderStack {
|
||||
stk := new(FolderStack)
|
||||
stk.lock = &sync.Mutex{}
|
||||
|
||||
Reference in New Issue
Block a user