Skip to content

Commit 137b7d6

Browse files
mmaallMichael Lanthier
andauthored
Changing queueWrapper path to queuewrapper. Makefile now produces executable with updated name (#46)
Co-authored-by: Michael Lanthier <[email protected]>
1 parent ecdfa47 commit 137b7d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
build:
2-
GOOS=linux GOARCH=amd64 go build -o bin/extensions/go-example-adaptive-batching main.go
2+
GOOS=linux GOARCH=amd64 go build -o bin/extensions/go-example-adaptive-batching-extension main.go
33

44
build-GoExampleAdaptiveBatchingExtensionLayer:
5-
GOOS=linux GOARCH=amd64 go build -o $(ARTIFACTS_DIR)/extensions/go-example-adaptive-batching main.go
6-
chmod +x $(ARTIFACTS_DIR)/extensions/go-example-adaptive-batching
5+
GOOS=linux GOARCH=amd64 go build -o $(ARTIFACTS_DIR)/extensions/go-example-adaptive-batching-extension main.go
6+
chmod +x $(ARTIFACTS_DIR)/extensions/go-example-adaptive-batching-extension
77

88
run-GoExampleAdaptiveBatchingExtensionLayer:
9-
go run go-example-adaptive-batching/main.go
9+
go run go-example-adaptive-batching-extension/main.go

go-example-adaptive-batching-extension/queueWrapper/queuewrapper.go renamed to go-example-adaptive-batching-extension/queuewrapper/queuewrapper.go

File renamed without changes.

0 commit comments

Comments
 (0)