mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
del func
This commit is contained in:
parent
8014e7a7ff
commit
e603702aa3
1 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@ package functions
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/jasonlvhit/gocron"
|
||||
"github.com/reujab/wallpaper"
|
||||
"github.com/rodkranz/fetch"
|
||||
|
@ -62,10 +61,6 @@ func SetWallpaper() {
|
|||
}
|
||||
}
|
||||
|
||||
func x() {
|
||||
fmt.Println("F")
|
||||
}
|
||||
|
||||
func StartWallpaper() {
|
||||
type Autostart struct {
|
||||
Autochangewallpaper int `json:"autochangewallpaper"`
|
||||
|
|
Loading…
Reference in a new issue