Fixing import package issue

When #8779 was merged it introduced an issue with windows builds,
which we do not test for in PR CI. This change fixes that problem.

Signed-off-by: Matt Farina <matt@mattfarina.com>
(cherry picked from commit 036832eba9)
release-3.3 v3.3.4
Matt Farina 4 years ago committed by Matthew Fisher
parent e5bd79faef
commit a61ce5633a
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -16,8 +16,6 @@ limitations under the License.
package main
import "io"
func checkPerms() {
// Not yet implemented on Windows. If you know how to do a comprehensive perms
// check on Windows, contributions welcomed!

Loading…
Cancel
Save