Giter VIP home page Giter VIP logo

Comments (4)

Philipp15b avatar Philipp15b commented on August 16, 2024

Your analysis seems about right, but I am not seeing this error on go1.3 windows/amd64. What version of Go are you using? (go version command output). I'll merge #14 if it fixes the issue, but I'd like to solve that riddle first :)

Though I don't see how your program above compiles - there are unused imports which Go usually sees as a reason to abort compilation. Or did you shorten the example?

Regarding the suggestion to change the types to the proper steamlang types, it is indeed not possible since Go does not allow circular imports (steamlang also uses a bit of the steamid package).

from go-steam.

gamingrobot avatar gamingrobot commented on August 16, 2024

I am on go1.3 linux/amd64 and I did not see the compilation issue but still did a pull request for the bug RJacksonm1 found.

from go-steam.

rjackson avatar rjackson commented on August 16, 2024

I'm using go1.3.1 linux/amd64. I think you're right about my app not compiling - I do recall some errors about unused imports showing up, but I actually went to bed before I got the app to compile. I posted this issue as soon as I figured out how to resolve the error in go-steam.

I was also using the go build command, rather than go run - if that makes any difference.

from go-steam.

Philipp15b avatar Philipp15b commented on August 16, 2024

Interesting. I updated my Go installation to 1.3.1 and experienced the same issue as @RJacksonm1. I'll merge #14 then. Curious though - this should not happen with a bugfix release, should it?

from go-steam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.