1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00

add misspell tool fix common spelling mistakes. (#69)

This commit is contained in:
rghetia
2019-08-02 10:44:32 -07:00
committed by GitHub
parent 0edf31e1c6
commit ed3b26b6c8
4 changed files with 11 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
package tools
import (
_ "github.com/client9/misspell/cmd/misspell"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "golang.org/x/tools/cmd/goimports"
)