Skip to content

Commit 88e0816

Browse files
committed
Fixed enumerator build for openbsd (unsupported operation)
1 parent 96546e1 commit 88e0816

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

enumerator/usb_openbsd.go

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//
2+
// Copyright 2014-2020 Cristian Maglie. All rights reserved.
3+
// Use of this source code is governed by a BSD-style
4+
// license that can be found in the LICENSE file.
5+
//
6+
7+
package enumerator
8+
9+
func nativeGetDetailedPortsList() ([]*PortDetails, error) {
10+
// TODO
11+
return nil, &PortEnumerationError{}
12+
}

0 commit comments

Comments
 (0)