go-b2bua
go-b2bua copied to clipboard
go fmt
First of all, thanks for this great library!
But I find it very inconvenient that the code is not formatted according to Go standards. The IDE tries to fix indentations and line breaks, one minimal change turns into hundreds. What do you think about applying go fmt
to all code to conform to a common standard?