Finish README
This commit is contained in:
parent
37df0c0575
commit
713899016d
15
README.md
15
README.md
|
@ -69,6 +69,18 @@ The sections below list what each template includes. In all cases, you're free t
|
|||
|
||||
- [Gleam] 0.22.1
|
||||
|
||||
### [`go1.17`](./go1.17/)
|
||||
|
||||
- [Go] 1.17
|
||||
- Standard Go tools ([goimports], [godoc], and others)
|
||||
- [golangci-lint]
|
||||
|
||||
### [`go1.18`](./go1.18/)
|
||||
|
||||
- [Go] 1.18
|
||||
- Standard Go tools ([goimports], [godoc], and others)
|
||||
- [golangci-lint]
|
||||
|
||||
### [`java`](./java)
|
||||
|
||||
- [Java] 17.0.3
|
||||
|
@ -136,6 +148,9 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T
|
|||
[flake-utils]: https://github.com/numtide/flake-utils
|
||||
[gleam]: https://gleam.run
|
||||
[go]: https://go.dev
|
||||
[godoc]: https://pkg.go.dev/golang.org/x/tools/cmd/godoc
|
||||
[goimports]: https://pkg.go.dev/golang.org/x/tools/cmd/goimports
|
||||
[golangci-lint]: https://github.com/golangci/golangci-lint
|
||||
[gradle]: https://gradle.org
|
||||
[iex]: https://hexdocs.pm/iex/IEx.html
|
||||
[java]: https://java.com
|
||||
|
|
|
@ -28,15 +28,6 @@
|
|||
|
||||
# https://github.com/golangci/golangci-lint
|
||||
golangci-lint
|
||||
|
||||
# The Go language server (for IDEs and such)
|
||||
gopls
|
||||
|
||||
# https://pkg.go.dev/github.com/ramya-rao-a/go-outline
|
||||
go-outline
|
||||
|
||||
# https://github.com/uudashr/gopkgs
|
||||
gopkgs
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
@ -28,15 +28,6 @@
|
|||
|
||||
# https://github.com/golangci/golangci-lint
|
||||
golangci-lint
|
||||
|
||||
# The Go language server (for IDEs and such)
|
||||
gopls
|
||||
|
||||
# https://pkg.go.dev/github.com/ramya-rao-a/go-outline
|
||||
go-outline
|
||||
|
||||
# https://github.com/uudashr/gopkgs
|
||||
gopkgs
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Reference in a new issue