diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 01:18:56 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 01:18:56 -0600 | 
| commit | c54305249252040415932b01d6a81ac75aad8a95 (patch) | |
| tree | a33c3536aea3efca6426ebd84865580e794bac37 | |
| parent | 8ba815f12e47c182b8407a79cdf9f8a6b8cf1a64 (diff) | |
minor
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ run: goimports build  vet:  	@GO111MODULE=off go vet -	@echo this go library package builds okay +	@echo this go binary package builds okay  no-gui: build  	./go-clone --no-gui  | 
