pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries
https://pion.ly/
MIT License
1.02k stars 241 forks source link

feat: adding install for newer versions of golang #195

Closed alfonsocv12 closed 4 months ago

alfonsocv12 commented 4 months ago

Description

I just try out the examples this weekend and I run into the problem of go get the using a docker container with go version 1.22.2 even with the export module on go get was not possible I run this command go install and the examples still worked

Reference issue

Fixes #...

Only on docs

Sean-Der commented 4 months ago

Nice! Thank you @alfonsocv12

I would replace the old command entirely. That is what we did for webrtc repo, and has worked well! https://github.com/pion/webrtc/tree/master/examples/broadcast

alfonsocv12 commented 4 months ago

Nice I also add the missing @latest thanks.