You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to disable or customize some gofmt rules?
May be it support some config file? Support for something like .gofmt_config in project folder would be perfect
I prefer to keep spaces around math symbols
a=perPage*(pageNumber+checkNextPageCount-1) +1records[len(records)-1]
// I like with spacesa=perPage* (pageNumber+checkNextPageCount-1) +1records[len(records) -1]