Add network interface discovery and monitoring
This commit is contained in:
10
cmd/tendrils/main.go
Normal file
10
cmd/tendrils/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/gopatchy/tendrils"
|
||||
)
|
||||
|
||||
func main() {
|
||||
t := tendrils.New()
|
||||
t.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user