github.com/boomhut/fiber/v2@v2.0.0-20230603160335-b65c856e57d3/internal/go-ole/oleutil/go-get.go (about) 1 // This file is here so go get succeeds as without it errors with: 2 // no buildable Go source files in ... 3 // 4 //go:build !windows 5 // +build !windows 6 7 package oleutil