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>
pull/8791/head
Matt Farina 4 years ago
parent 0d4ea9fd41
commit 036832eba9

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

Loading…
Cancel
Save