Closed Jleagle closed 3 years ago
I don't think you're supposed to edit steamid/steamid.go
since it doesn't have imports from github.com/Philipp15b/go-steam
.
Since I'm not an author I can't say much but it looks pretty straightforward.
And I personally agree that dot imports must go. But it's a good idea to fill a different PR for that
Thanks a bunch! I assume steamid.go
had wrong line endings or why was the whole file changed?
I'll also happily accept another PR to remove dot imports. That might be a bit more difficult though as the generator must be adapted as well.
Yep, assumed it was line endings, let me know if you want me to revert the file.
Thanks a bunch! I assume
steamid.go
had wrong line endings or why was the whole file changed?
You can use .gitattributes
or core.eol
option for git and it'lll convert automatically.
Thanks @Jleagle!
I could remove all the dot import aliases too if you like as they are not recommended.
@gudvinr, could you check this over pease.