mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 21:44:02 +08:00
Update CI configs to v0.10.6
Update lint scripts and CI configs.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//go:build !js
|
||||
// +build !js
|
||||
|
||||
// simulcast demonstrates of how to handle incoming track with multiple simulcast rtp streams and show all them back.
|
||||
package main
|
||||
|
||||
import (
|
||||
@@ -16,6 +17,7 @@ import (
|
||||
"github.com/pion/webrtc/v3/examples/internal/signal"
|
||||
)
|
||||
|
||||
// nolint:gocognit
|
||||
func main() {
|
||||
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user