[windows_kext] fix all linter error

This commit is contained in:
Vladimir Stoilov
2024-05-16 16:21:27 +03:00
parent 5610c88208
commit 1d6228ea7b
18 changed files with 137 additions and 131 deletions

View File

@@ -0,0 +1,12 @@
//go:build linux
// +build linux
package kextinterface
type KextFile struct{}
func (f *KextFile) Read(buffer []byte) (int, error) {
return 0, nil
}
// func (f *KextFile) flushBuffer() {}