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

Resolving build errors #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

kellydunn
Copy link

Hello there!

Thanks for providing a golang RTP / RTCP library~
I'm excited to use it in a few side projects I've been meaning to start for some time.

Unfortunately, when attempting to build or import your library as documented in the Readme file, I would experience some errors that would prevent me using your library:

./transportUDP.go:46: too few values in struct initializer
./transportUDP.go:47: too few values in struct initializer
./transportUDP.go:128: too few values in struct initializer
./transportUDP.go:133: too few values in struct initializer

This pull requests introduces two commits:

  • One that formats the go code using the go fmt utility
  • Another that explicitly itemizes the fields when attempting to create a net.UDPAddr struct.

@Icedroid
Copy link

Icedroid commented Nov 5, 2013

I have meet this error when I build GoRTP in go 1.1.2. Why don't resolve it?

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.

2 participants