Use %AppData%\syncthing for the config files and %USERPROFILE%\Sync as sync folder for Windows.
os.Getenv("HOME") doesn't work properly on Windows (and maybe other systems?) and the package "os/user" gives us a convenient way to find the home directory for every OS.