Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix go get link #3

Merged
merged 1 commit into from
Sep 5, 2018
Merged

Fix go get link #3

merged 1 commit into from
Sep 5, 2018

Conversation

lexfrei
Copy link
Contributor

@lexfrei lexfrei commented Sep 5, 2018

https not allowed in go get:

lex@laptop:~/golang$ go get https://github.com/MagicTheGathering/mtg-sdk-go
package https:/github.com/MagicTheGathering/mtg-sdk-go: "https://" not allowed in import path
✗: 1 @ Wed Sep  5 13:12:52 MSK 2018
lex@laptop:~/golang$ go get github.com/MagicTheGathering/mtg-sdk-go
✓ @ Wed Sep  5 13:13:03 MSK 2018

https not allowed in go get:

```
lex@laptop:~/golang$ go get https://github.com/MagicTheGathering/mtg-sdk-go
package https:/github.com/MagicTheGathering/mtg-sdk-go: "https://" not allowed in import path
✗: 1 @ Wed Sep  5 13:12:52 MSK 2018
lex@laptop:~/golang$ go get github.com/MagicTheGathering/mtg-sdk-go
✓ @ Wed Sep  5 13:13:03 MSK 2018
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 241205e on lexfrei:patch-1 into d7c7b0b on MagicTheGathering:master.

@boombuler boombuler merged commit a26d8bb into MagicTheGathering:master Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants