mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-22 03:38:42 +02:00
e17f4468a6
* 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
|