Skip to content

Commit

Permalink
fix: Useragent package build issue for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluong committed Aug 8, 2024
1 parent c896425 commit 53b238b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/sdkclient/uname_windows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//go:build windows
// +build windows

package sdkclient

func getUname() string {
// TODO: if there is appetite for it in the community
// add support for Windows GetSystemInfo
return ""
}

0 comments on commit 53b238b

Please sign in to comment.