Files
go-serial/enumerator/usb_freebsd.go
Cristian Maglie 386b387977 Updated license
2023-08-10 01:07:25 +02:00

13 lines
300 B
Go

//
// Copyright 2014-2023 Cristian Maglie. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
package enumerator
func nativeGetDetailedPortsList() ([]*PortDetails, error) {
// TODO
return nil, &PortEnumerationError{}
}