add macOS support

This commit is contained in:
Ben Grewell
2021-04-07 07:36:29 -07:00
parent d52d741a4b
commit e3ffe9c8cb
6 changed files with 88 additions and 201 deletions

7
tests/extract/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/BGrewell/go-iperf"
func main() {
iperf.ExtractBinaries()
}