Categorygithub.com/ericbutera/code-challenges-go
repository
0.0.0-20241221171708-baf81a88c986
Repository: https://github.com/ericbutera/code-challenges-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

code-challenges-go

code challenges, golang edition

pre-requisite steps

# ensures all dependencies are met
make setup

quickstart

go test

run in container

Not into installing things on the host? You can also run all the tests in a container.

make container-run

resources