sippy / go-b2bua

The GO port of the Sippy B2BUA
BSD 2-Clause "Simplified" License
61 stars 16 forks source link

go fmt #13

Open braams opened 8 months ago

braams commented 8 months ago

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?