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