anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

README instructions not working #224

Open ghost opened 3 years ago

ghost commented 3 years ago

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

  1. Install go (go version go1.15.5 darwin/amd64)
  2. 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