package main import ( "github.com/rwinkhart/MUTN/src/sync" ) func main() { sync.GetRemoteDataFromServer() }