Find a file
2022-01-26 14:26:13 +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 Make the name dynamic 2022-01-26 14:26:09 +00:00
hello_test.go Make the name dynamic 2022-01-26 14:26:09 +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.