-
I am new in go, I need help for basic use case. How can I import the package? I get always "package github.com/pion/webrtc is not a main package" or |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @anil88 what version of golang are you using? My guess is that you are using a version of go before modules were supported. Pion requires modules unfortunately. If you run/build anything in the |
Beta Was this translation helpful? Give feedback.
Hi @anil88 what version of golang are you using? My guess is that you are using a version of go before modules were supported. Pion requires modules unfortunately.
If you run/build anything in the
examples
directory does it work?