Rens Houben 0187d4031c
Some checks failed
Fibonacci container test / Containerize (push) Failing after 30s
Fibonacci unit tests / Run-unit-tests (push) Successful in 44s
Slightly cleaner error reporting.
2025-08-25 13:16:43 +02:00
2025-08-25 13:16:43 +02:00
2025-08-08 15:17:12 +02:00
2025-08-11 20:46:25 +02:00

Fibonacci

Just a little proof-of-concept setup to help teach myself Go, Containerisation, and CI/CD.

The Go code itself is basically a HTTP listener that listens to a port (argv[1], defaulting to 8088 if not specified), and handles POST requests to /fibonacci by responding with the fibonacci number of the indicated sequence.

I've added a second handler /sum to it as another part of my experiments.

Description
No description provided
Readme 55 KiB
Languages
Go 100%