6 lines
146 B
Go
6 lines
146 B
Go
// This file is here so go get succeeds as without it errors with:
|
|
// no buildable Go source files in ...
|
|
//
|
|
//go:build !windows
|
|
|
|
package oleutil
|