mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-31 22:36:38 -04:00
Implement initial server-side code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/rwinkhart/MUTN/src/sync"
|
||||
)
|
||||
|
||||
func main() {
|
||||
sync.GetRemoteDataFromServer()
|
||||
}
|
||||
Reference in New Issue
Block a user