mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-04-09 07:03:54 +02:00
* Work in progress from https://github.com/lightstep/opentelemetry-golang-prototype * Renames * Rename * Finish rename * Rename packages * README
5 lines
77 B
Makefile
5 lines
77 B
Makefile
.PHONY: module
|
|
|
|
module:
|
|
go build -buildmode=plugin -o stdout.so package.go
|