wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
10
service/profile/binmeta/find_default.go
Normal file
10
service/profile/binmeta/find_default.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build !linux && !windows
|
||||
|
||||
package binmeta
|
||||
|
||||
import "context"
|
||||
|
||||
// GetIconAndName returns zero values for unsupported platforms.
|
||||
func GetIconAndName(ctx context.Context, binPath string, homeDir string) (icon *Icon, name string, err error) {
|
||||
return nil, "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user