Implement initial server-side code

This commit is contained in:
2024-05-15 16:25:42 -04:00
parent 5e83178046
commit 3a03fae9ee
6 changed files with 67 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"github.com/rwinkhart/MUTN/src/sync"
)
func main() {
sync.GetRemoteDataFromServer()
}