[windows_kext] fix all linter error
This commit is contained in:
12
windows_kext/kextinterface/kext_file_test.go
Normal file
12
windows_kext/kextinterface/kext_file_test.go
Normal 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() {}
|
||||
Reference in New Issue
Block a user