Commit Graph

10 Commits

Author SHA1 Message Date
Steffen Vogel
7c533756a6 Harmonize nolint directives 2023-04-12 10:22:35 +02:00
Steffen Vogel
d913b60c89 Make golangci-lint happy
Since the golangci-lint action only validates changed
files, older code has never been fully linted.
This change fixes the linter for the whole module.
2023-01-25 13:17:01 +01:00
Atsushi Watanabe
05f7805874 Fix lint errors
* Ignore disallowed-functions errors
  TODO:
  - Handle unintended input as error instead of panic.
  - Make executables only for testing as Go test.
* Fix filename lint error
  Replace hyphen by underscore.
* Disable godox linter
2020-05-06 00:26:51 -07:00
Yutaka Takeda
8b8a9409eb Translate old xor-mapped-address value
Also remove uri.go as unused and causing build error

Resolves #21
2019-09-13 01:18:25 -07:00
Aleksandr Razumov
23a3a57854 message: add ForEach helper 2018-08-02 10:51:10 +03:00
Aleksandr Razumov
1878b084d4 helpers: add missed dot in comment 2017-07-01 08:13:33 +02:00
Aleksandr Razumov
46e1b1fabe client: speedup *Client implementation 2017-03-15 23:03:22 +03:00
Aleksandr Razumov
3b65ed6a64 all: fix linters 2017-02-26 13:31:39 +03:00
Aleksandr Razumov
542983501d all: refactor text attributes and cleanup 2017-02-22 19:22:12 +03:00
Aleksandr Razumov
991ccaebd6 api: add helpers, improve ux (fix #28) 2017-02-21 03:43:35 +03:00