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 a25c07ef08
All checks were successful
/ check (push) Successful in 13s
Update CI pipeline
2025-07-29 23:49:41 +01:00
.forgejo/workflows Update CI pipeline 2025-07-29 23:49:41 +01: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.