Skip to content

v1.1.0

Compare
Choose a tag to compare
@kehoecj kehoecj released this 13 Jan 15:04
· 75 commits to main since this release
6794445
  • Added support for TOML file validation
  • Replaced filepath.Walk in the fsfinder package with filepath.WalkDir. According to the go docs WalkDir is more efficient.
  • Replaced log.Println with fmt.Println in the CLI so that the date no longer is displayed in the Help output