10 lines
71 B
Go
10 lines
71 B
Go
package main
|
|
|
|
import (
|
|
"updater/lib"
|
|
)
|
|
|
|
func main() {
|
|
lib.Runner()
|
|
}
|