discord-auto-upload/dau_nonwindows.go

12 lines
164 B
Go
Raw Normal View History

2022-05-01 16:51:52 +09:30
//go:build !windows
package main
import "github.com/tardisx/discord-auto-upload/config"
func mainloop(c *config.ConfigService) {
ch := make(chan bool)
<-ch
}