From 713899016d52e8978a6d0564a8a0a0ef6cc29951 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Sun, 31 Jul 2022 18:02:44 +0200 Subject: [PATCH] Finish README --- README.md | 15 +++++++++++++++ go1.17/flake.nix | 9 --------- go1.18/flake.nix | 9 --------- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 29ba9b0..766d8ca 100644 --- a/README.md +++ b/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 diff --git a/go1.17/flake.nix b/go1.17/flake.nix index a2cfc29..fbd0620 100644 --- a/go1.17/flake.nix +++ b/go1.17/flake.nix @@ -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 = '' diff --git a/go1.18/flake.nix b/go1.18/flake.nix index 7fbe1f5..e9261c6 100644 --- a/go1.18/flake.nix +++ b/go1.18/flake.nix @@ -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 = ''