Rens Houben 5d8d0050cd
All checks were successful
Gitea Fibonacci test / Explore-Gitea-Actions (push) Successful in 1m2s
Fix go installation
2025-07-23 14:36:35 +02:00
2025-07-23 14:36:35 +02:00
2025-07-23 13:54:37 +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%