some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / mvdan.cc / gofumpt@v0.0.0-20200802201014-ab5a8192947d / flag.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/mvdan.cc/gofumpt@v0.0.0-20200802201014-ab5a8192947d/flag.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/mvdan.cc/gofumpt@v0.0.0-20200802201014-ab5a8192947d/flag.go
deleted file mode 100644 (file)
index 17c6436..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2019, Daniel Martí <mvdan@mvdan.cc>
-// See LICENSE for licensing information
-
-package main
-
-import "flag"
-
-var (
-       langVersion = flag.String("lang", "", "target Go version in the form 1.X (default from go.mod)")
-       extraRules  = flag.Bool("extra", false, "enable extra rules which should be vetted by a human")
-)
-
-func init() {
-       // make -s default to true
-       *simplifyAST = true
-}