8 lines
213 B
Go
8 lines
213 B
Go
|
// +build dummy
|
||
|
|
||
|
// Package c contains only a C file.
|
||
|
//
|
||
|
// This Go file is part of a workaround for `go mod vendor`.
|
||
|
// Please see the file dummy.go at the root of the module for more information.
|
||
|
package hidapi
|