Philipp15b / go-steam

Steam's protocol in Go to allow automation of different actions on the Steam network without running an actual Steam client. Includes APIs for friends, chatting, trading, trade offers and TF2 crafting.
https://pkg.go.dev/github.com/Philipp15b/go-steam/v3
Other
392 stars 132 forks source link

"fileDescriptor0 redeclared in this block" error #66

Closed slacki closed 8 years ago

slacki commented 8 years ago

Described here: https://github.com/golang/protobuf/issues/109 The suggestion is to merge all the files into one. Is it possible here? Any idea what we can do with this?

Philipp15b commented 8 years ago

Working with the protocol buffer compiler has been an absolute nightmare during go-steam's development and I really couldn't believe my eyes when I saw it apparently got worse. I'll soon push a fix.

slacki commented 8 years ago

Thank you for this quick fix.