- Created `.envrc` for Direnv integration to manage Nix environment. - Added `.gitignore` to exclude build artifacts and IDE files. - Introduced `flake.nix` for Nix flake configuration and development shell setup. - Generated `flake.lock` to lock dependencies for the Nix environment. - Updated `go.mod` to specify Go version 1.23. - Added `README.md` with project overview, development instructions, and troubleshooting tips.
4 lines
55 B
Modula-2
4 lines
55 B
Modula-2
module github.com/MikeyYeahYeah/arr-go-client
|
|
|
|
go 1.23
|