You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Version returns the OpenCensus library version. It is not an exporter utility.
If it is an exporter utility, it shouldnt be in exportutil. In Go, utility packages
are organized under an existing package.
For example, io/iotuil or net/http/httputil.
Fixescensus-instrumentation#779.
Version returns the OpenCensus library version. It is not an exporter utility.
If it is an exporter utility, it shouldnt be in exportutil. In Go, utility packages
are organized under an existing package.
For example, io/iotuil or net/http/httputil.
Fixes#779.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is no export package. We can instead put the Version under export package.
OTHO, we should make Version an accessor, it is immutable.
/cc @Ramonza
The text was updated successfully, but these errors were encountered: