Please do not post any internal, closed source snippets on this public issue tracker!
Description
This command fails to download the package:
➜ ~ go get github.com/anz-bank/sysl-go
package github.com/anz-bank/sysl-go: no Go files in /Users/saeedzab/go/src/github.com/anz-bank/sysl-go
Steps to Reproduce
Install go (go version go1.15.5 darwin/amd64)
Run go version go1.15.5 darwin/amd64
Expected behavior
The package be downloaded.
Actual behavior
Go get fails:
package github.com/anz-bank/sysl-go: no Go files in /Users/saeedzab/go/src/github.com/anz-bank/sysl-go
Your Environment
➜ ~ arrai info
Version : v0.214.0
Git commit : bf3504b4d161080a22048c923ce0e03f16801df3
Date : 2020-11-27T02:31:37Z
OS/arch : darwin/amd64
Go version : go1.14.12 linux/amd64
Please do not post any internal, closed source snippets on this public issue tracker!
Description
This command fails to download the package:
Steps to Reproduce
go version go1.15.5 darwin/amd64
Expected behavior
The package be downloaded.
Actual behavior
Go get fails:
Your Environment