Files
updater/main.go
2026-01-19 01:24:31 +01:00

10 lines
71 B
Go

package main
import (
"updater/lib"
)
func main() {
lib.Runner()
}