7fc73921d3123a076e088562b2184384bd283a8e
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
Languages
Go
100%