No description
This repository has been archived on 2025-08-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Oliver Davies 6be1c9d65c
Some checks failed
CI / test (push) Has been cancelled
Add Nix flake
2025-07-29 21:54:35 +01:00
.github/workflows Add GitHub Actions 2022-01-26 14:26:13 +00:00
flake-modules Add Nix flake 2025-07-29 21:54:35 +01:00
.envrc Add Nix flake 2025-07-29 21:54:35 +01:00
flake.lock Add Nix flake 2025-07-29 21:54:35 +01:00
flake.nix Add Nix flake 2025-07-29 21:54:35 +01:00
go.mod Add test 2022-01-26 14:26:03 +00:00
hello.go Refactor: extract greetingPrefix function 2022-01-27 00:22:20 +00:00
hello_test.go Add Welsh 2022-01-27 00:13:30 +00:00
README.md Add README 2022-01-26 14:26:09 +00:00

learn-go-with-tests

Working my way through Learn Go with Tests.

Thanks, @bashbunni, for the recommendation.