Skip to content

Commit

Permalink
docs(readme): Update on adding Go
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 5, 2024
1 parent d9b7acf commit 54d2ead
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@ This flake provides minimal dependencies for [Gleam](https://gleam.run/).
nix flake init -t github:akirak/flake-templates#gleam
```

### [go](go/)

This flake provides a development environment for [Go](https://go.dev/).

``` bash
nix flake init -t github:akirak/flake-templates#go
```

Note that creating a Go project may require some manual work. This template
helps you start working on an existing Go project on NixOS or adding a Nix-based
CI, but not much more.

### [meta](meta/)

This is a set of common metadata files for GitHub projects, such as
Expand Down

0 comments on commit 54d2ead

Please sign in to comment.