Closed aashutoshrathi closed 1 month ago
Since 'go install' requires a version when the current directory is not in a module. The following should be changed https://github.com/plutov/ultrafocus/blob/ffca7968cda19a54651627f22494bd3ecc48ee10/README.md?plain=1#L20-L22
'go install' requires a version when the current directory is not in a module
to
go install github.com/plutov/ultrafocus@latest
@aashutoshrathi looks good!
Description
Since
'go install' requires a version when the current directory is not in a module
. The following should be changed https://github.com/plutov/ultrafocus/blob/ffca7968cda19a54651627f22494bd3ecc48ee10/README.md?plain=1#L20-L22to