lint: ignore generated windows syscall wrappers

This commit is contained in:
Mahmood Ali
2019-09-03 10:59:58 -04:00
parent 80dc58c544
commit 482862e6ab
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