pion / rtp

A Go implementation of RTP
https://pion.ly/
MIT License
350 stars 111 forks source link

fix compatibility with gofmt #214

Closed aler9 closed 1 year ago

aler9 commented 1 year ago

Description

This prevents gofmt -w -s from messing up existing code.

Text with multiple spaces is now wrapped in long comments (/ /), that are not affected by gofmt.

tmatth commented 1 year ago

Can you forward port to master as well?