18 lines
344 B
Go
18 lines
344 B
Go
|
//go:build !darwin
|
||
|
// +build !darwin
|
||
|
|
||
|
/*
|
||
|
Copyright 2023 Amidaware Inc.
|
||
|
|
||
|
Licensed under the Tactical RMM License Version 1.0 (the “License”).
|
||
|
You may only use the Licensed Software in accordance with the License.
|
||
|
A copy of the License is available at:
|
||
|
|
||
|
https://license.tacticalrmm.com
|
||
|
|
||
|
*/
|
||
|
|
||
|
package agent
|
||
|
|
||
|
func (a *Agent) FixVenturaMesh() {}
|