diff --git a/go/trace/opentracing.go b/go/trace/opentracing.go index 28f3e14ae4c..6e6c6c5bc4e 100644 --- a/go/trace/opentracing.go +++ b/go/trace/opentracing.go @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package trace import ( diff --git a/go/trace/plugin_jaeger.go b/go/trace/plugin_jaeger.go index 685fda78e48..502e27e8d85 100644 --- a/go/trace/plugin_jaeger.go +++ b/go/trace/plugin_jaeger.go @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package trace import (