10 lines
127 B
Go
10 lines
127 B
Go
|
// +build windows
|
||
|
|
||
|
package agent
|
||
|
|
||
|
import "os"
|
||
|
|
||
|
func watchForFlushSignal(flushRequested chan os.Signal) {
|
||
|
// not implemented
|
||
|
}
|