We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44804ba commit a4d5b57Copy full SHA for a4d5b57
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
+### Added
9
+- Support method receivers with type parameters introduced in Go 1.18
10
+
11
+### Changed
12
+- Use more efficient filepath.WalkDir instead of filepath.Walk
13
14
## [0.3.1] - 2020-10-20
15
### Added
16
- Test coverage
0 commit comments