Skip to content

Commit b4d8812

Browse files
(docs) specify package (#210)
1 parent 7c39b7f commit b4d8812

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,13 @@ export GOPATH="$HOME/.gobrew/current/go"
377377
- v1.9.4 - `gobrew` interactive
378378
- v1.9.8 - bug fix where 1.21 is not detected as 1.21.0
379379
- v1.10.10 - `ls-remote` is blazing fast, cached.
380+
- v1.10.11 - Optional options for cache and ttl.
381+
382+
383+
# DEVELOPMENT NOTES
384+
385+
```sh
386+
go run ./cmd/gobrew -h
387+
golangci-lint run ./...
388+
go test -v ./...
389+
```

0 commit comments

Comments
 (0)