Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

.golangci.toml 335B

123456789101112131415161718192021
  1. # https://golangci-lint.run/docs/configuration/file/
  2. version = '2'
  3. [run]
  4. concurrency = 4
  5. tests = true
  6. # [linters]
  7. # enable-all = true
  8. # disable = [
  9. # "containedctx",
  10. # "exhaustivestruct",
  11. # "exhaustruct",
  12. # "gas",
  13. # "gochecknoglobals",
  14. # "goerr113",
  15. # "ireturn",
  16. # "thelper",
  17. # "varnamelen",
  18. # ]