I really like seeing people’s interesting projects. Even if they are generic or were started just to learn something.
And on top of that, I consider Go to be one of those languages that you can find projects on a pretty diverse range of topics.
So, is there any interesting (or not too) personal Go projects that is in the making, or is already finished?
Update: done! I added two endpoints that a page (like a github repo’s README.md) can fetch to get a simple text/plain “lastStatus:n” or image/jpeg pass/fail icon.
README.md update
I find my browser doesn’t always show the newest CI status right away though, even though the server sends the JPG with an HTTP Cache-Control: no-cache. Hmmm.
It’s primitive and doesn’t give all the nice status in your screenshot above like build time, branch name… I should think about it more I suppose.
Thanks for the idea!
That’s actually so awesome! I noticed you’re already using it in your other projects that use bacillus.
I hope one day I may use bacillus myself. Keep on with its development!