Find a file
Oliver Davies 4b865f379b
Some checks failed
CI / test (push) Has been cancelled
Refactor: extract greetingPrefix function
2022-01-27 00:22:20 +00:00
.github/workflows Add GitHub Actions 2022-01-26 14:26:13 +00:00
docker-compose.yaml Add and use golang user 2022-01-26 12:51:20 +00:00
Dockerfile Add and use golang user 2022-01-26 12:51:20 +00: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
run Add GitHub Actions 2022-01-26 14:26:13 +00:00

learn-go-with-tests

Working my way through Learn Go with Tests.

Thanks, @bashbunni, for the recommendation.