If you're brave enough, or have Go installed, you can invoke
```sh
go get -u github.com/fat0troll/yapusher
go get -u source.hodakov.me/fat0troll/yapusher
```
The stability of master branch is questionable. Please consider using pre-built binaries except you facing some bugs that aren't fixed in newest release.
@ -69,7 +69,7 @@ There are some things to do:
### License
See [LICENSE](https://github.com/fat0troll/yapusher/blob/master/LICENSE).
See [LICENSE](https://source.hodakov.me/fat0troll/yapusher/src/branch/master/LICENSE).
Если вы хотите собрать утилиту из исходников (и имеете установленный Go в системе), вы можете установить ``yapusher`` так:
```sh
go get -u github.com/fat0troll/yapusher
go get -u source.hodakov.me/fat0troll/yapusher
```
Стабильность ветки ``master`` находится под вопросом. Рекомендуется использовать собранную автоматически версию утилиты из релиза, если вы не являетесь разработчиком на Go или же не испытываете затруднений в работе с утилитой, исправления которых ещё не вошло в очередной релиз.
dlog.Info().Msg("This app is authorized for uploading your files one by one to Yandex.Disk.")
dlog.Info().Msg("For information how to use this app, run yapusher with -h flag or head to https://github.com/fat0troll/yapusher/blob/master/README.")
dlog.Info().Msg("For information how to use this app, run yapusher with -h flag or head to https://source.hodakov.me/fat0troll/yapusher/blob/master/README.")
dlog.Info().Msg("File uploaded successfully, but it will take time for Yandex.Disk to handle it internally. Be patient and don't try to upload single file many times")
casehttp.StatusRequestEntityTooLarge:
dlog.Fatal().Msg("File upload is too large. Report a bug at https://github.com/fat0troll/yapusher/issues because this situation should be handled before upload attempt.")
dlog.Fatal().Msg("File upload is too large. Report a bug at https://source.hodakov.me/fat0troll/yapusher/issues because this situation should be handled before upload attempt.")
casehttp.StatusInsufficientStorage:
dlog.Fatal().Msg("There is no space left on your Yandex.Disk.")