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
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.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. # ]