You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have downloade source code from master baranch and put it in below
/root/go/src/github.com/CyCoreSystems/
After that change folder to ari-master to ari and path is look like below.
/root/go/src/github.com/CyCoreSystems/ari/
I perform make command and found below error.
[root@pbx ari]# make
go mod tidy
go mod verify
all modules verified
golangci-lint run
client/native/client.go:334:4: branch statements should not be cuddled if block has more than two lines (wsl)
continue
^
client/native/client.go:336:3: if statements should only be cuddled with assignments (wsl)
if c.node != "" && c.node != info.SystemInfo.EntityID {
^
make: *** [check] Error 1
Please look it.
The text was updated successfully, but these errors were encountered:
Hello,
I have downloade source code from master baranch and put it in below
/root/go/src/github.com/CyCoreSystems/
After that change folder to ari-master to ari and path is look like below.
/root/go/src/github.com/CyCoreSystems/ari/
I perform make command and found below error.
[root@pbx ari]# make
go mod tidy
go mod verify
all modules verified
golangci-lint run
client/native/client.go:334:4: branch statements should not be cuddled if block has more than two lines (wsl)
continue
^
client/native/client.go:336:3: if statements should only be cuddled with assignments (wsl)
if c.node != "" && c.node != info.SystemInfo.EntityID {
^
make: *** [check] Error 1
Please look it.
The text was updated successfully, but these errors were encountered: