Skip to content

Commit

Permalink
Fix parametric
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Sep 9, 2024
1 parent e1755a2 commit 57bcc77
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
package get_version
package main

import (
"os"
"fmt"
"runtime/debug"
"gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer"
)

func main() {
tracer.Start()
defer tracer.Stop()
moduleName := "gopkg.in/DataDog/dd-trace-go.v1"

if bi, ok := debug.ReadBuildInfo(); ok {
Expand Down

0 comments on commit 57bcc77

Please sign in to comment.