Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use of exec.ErrDot requires Go 1.19+ (#104)
exec.ErrDot was added to Go in version 1.19. Because this module has a dependency on that sentinel error, specifying the minimum Go version in the mod file helps consumers know the minimum supported Go version.
- Loading branch information