lint: ignore generated windows syscall wrappers

This commit is contained in:
Mahmood Ali 2019-09-03 10:59:58 -04:00
parent dfa432eb06
commit 0f401e6b8b
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"syscall"
)
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zstorage_windows.go storage_windows.go
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zstorage_windows.generated.go storage_windows.go
//sys getDiskFreeSpaceEx(dirName *uint16, availableFreeBytes *uint64, totalBytes *uint64, totalFreeBytes *uint64) (err error) = kernel32.GetDiskFreeSpaceExW