so I want to compile netclient but go build with errors
chchang@administrator-ThinkPad-T470:~/git/netmaker/netclient.bak$ GOARCH=arm64 GOOS=linux go build .
main.go:5:9: no required module provides package github.com/gravitl/netmaker/netclient/functions; to add it:
go get github.com/gravitl/netmaker/netclient/functions
chchang@administrator-ThinkPad-T470:~/git/netmaker/netclient.bak$ go get github.com/gravitl/netmaker/netclient/functions
go get github.com/gravitl/netmaker/netclient/functions: no matching versions for query "upgrade"
chchang@administrator-ThinkPad-T470:~/git/netmaker/netclient.bak$
frustrated with implementing netClient on openWrt :face_with_head_bandage:
I can't add to netmaker with netclient.arm64 from release page with these error
OS info
so I want to compile netclient but go build with errors
frustrated with implementing netClient on openWrt :face_with_head_bandage: