gotron-sdk
gotron-sdk copied to clipboard
Is is possible to build gotron on MacOS?
Hi,
I've just cloned the code, and run make
. it said:
➜ gotron-sdk git:(master) ✗ make
GO111MODULE=on go build -o ./bin/tronctl -ldflags="-X main.version=v234 -X main.commit=4c6c1768 -X main.builtAt=2021-01-29T15:08:52+0900 -X [email protected]" cmd/main.go
# github.com/rjeczalik/notify
vendor/github.com/rjeczalik/notify/watcher_fsevents.go:49:11: undefined: stream
vendor/github.com/rjeczalik/notify/watcher_fsevents.go:200:13: undefined: newStream
make: *** [all] Error 2
The OS version is macOS Big Sur, version 11.0.1 (20B29)
Could any one help me?