MagicTheGathering / mtg-sdk-go

Magic: The Gathering SDK - Go
MIT License
25 stars 17 forks source link

Fix go get link #3

Closed lexfrei closed 6 years ago

lexfrei commented 6 years ago

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 commented 6 years ago

Coverage Status

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