chore: Remove duplicated formatters#4094
Conversation
|
@alexandear do we have a need for |
Yes, we do.
import (
"fmt"
"net/http"
"os"
"github.com/google/go-github/v84/github"
"google.golang.org/appengine"
"google.golang.org/appengine/log"
)
import (
"fmt"
"net/http"
"os"
"github.com/google/go-github/v84/github"
"google.golang.org/appengine"
"google.golang.org/appengine/log"
)You can verify this by running: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4094 +/- ##
=======================================
Coverage 93.67% 93.67%
=======================================
Files 211 211
Lines 19478 19478
=======================================
Hits 18246 18246
Misses 1034 1034
Partials 198 198 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@alexandear fair enough, I was only looking at the core codebase. |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @alexandear and @stevehipwell!
LGTM.
Merging.
The formatters
gofmtandgoimportscan be removed because we have more powerfulgofumptandgci.Updates #4070