Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Implement concurrent data retrieval (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Geiselhardt-Herms <[email protected]>
  • Loading branch information
takt and Oliver Geiselhardt-Herms authored Mar 21, 2023
1 parent 05f404c commit 326f7dc
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 133 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean:

.PHONY: build-octorpki
build-octorpki: prepare
go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/octorpki.go
go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/*.go

.PHONY: docker-octorpki
docker-octorpki:
Expand Down
Loading

0 comments on commit 326f7dc

Please sign in to comment.