Skip to content

Commit f2561a5

Browse files
authored
fix: Useragent package build issue for windows (#91)
1 parent 0739e91 commit f2561a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//go:build windows
2+
// +build windows
3+
4+
package sdkclient
5+
6+
func getUname() string {
7+
// TODO: if there is appetite for it in the community
8+
// add support for Windows GetSystemInfo
9+
return ""
10+
}

0 commit comments

Comments
 (0)