feat: initialize Go agent module with config, Makefile and project structure
This commit is contained in:
9
Agent/cmd/agent/main.go
Normal file
9
Agent/cmd/agent/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
var version = "dev"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("NexusRMM Agent %s\n", version)
|
||||
}
|
||||
Reference in New Issue
Block a user