We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6a4d1 commit a5b2479Copy full SHA for a5b2479
envinspection/osinfo_darwin.go
@@ -1,3 +1,5 @@
1
package envinspection
2
3
-func getOsInfo() string {}
+func getOsInfo() string {
4
+ return ""
5
+}
0 commit comments