Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-angelilli committed Mar 21, 2024
1 parent 8599208 commit 1b4250f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package common
import (
"fmt"
"runtime"
"github.com/IBM/go-sdk-core/v5/core"
)

const (
Expand Down Expand Up @@ -80,3 +81,7 @@ var systemInfo = fmt.Sprintf("(lang=go; arch=%s; os=%s; go.version=%s)", runtime
func GetSystemInfo() string {
return systemInfo
}

func GetComponentInfo() *core.ProblemComponent {
return core.NewProblemComponent("github.com/IBM/project-go-sdk", Version)
}

0 comments on commit 1b4250f

Please sign in to comment.