Explorar el Código

Use gofumpt from github

tags/v2.1.9^2
9seconds hace 2 meses
padre
commit
4c029fc683
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml Ver fichero

@@ -1,6 +1,7 @@
1 1
 [tools]
2 2
 go = "latest"
3 3
 "go:golang.org/x/tools/gopls" = "latest"
4
+"go:mvdan.cc/gofumpt" = "latest"
4 5
 
5 6
 [vars]
6 7
 fuzzflags = "-fuzztime=120s"
@@ -96,6 +97,5 @@ run = "pkgsite -http 0.0.0.0:10000"
96 97
 
97 98
 [tasks.fmt]
98 99
 description = "Reformat source code"
99
-tools.gofumpt = "latest"
100 100
 sources = ["**/*.go"]
101 101
 run = "gofumpt -w --extra ."

Loading…
Cancelar
Guardar