added possibility to list all repos of an organisation

This commit is contained in:
2023-07-19 20:52:36 +02:00
parent 48f5c3ee3c
commit 483bda1033
8 changed files with 60 additions and 9 deletions

View File

@ -5,7 +5,7 @@ KERNEL?=$$(uname -s | tr '[:upper:]' '[:lower:]')
GOFMT ?= gofmt -s
VERSION = 0.14.1
VERSION = 0.15.0
test: fmt-check
go test -i $(TEST) || exit 1