Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8241808 + f1e1f82 commit 814dba3Copy full SHA for 814dba3
info.go
@@ -2,7 +2,6 @@ package main
2
3
import (
4
"github.com/facchinm/go-serial"
5
- "github.com/facchinm/systray"
6
"github.com/gin-gonic/gin"
7
)
8
@@ -22,7 +21,6 @@ func pauseHandler(c *gin.Context) {
22
21
for _, element := range ports {
23
spClose(element)
24
}
25
- systray.Quit()
26
*hibernate = true
27
restart("")
28
}()
info_linux_arm.go
0 commit comments