File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
go-example-adaptive-batching-extension Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11build :
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
44build-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
88run-GoExampleAdaptiveBatchingExtensionLayer :
9- go run go-example-adaptive-batching/main.go
9+ go run go-example-adaptive-batching-extension /main.go
File renamed without changes.
You can’t perform that action at this time.
0 commit comments