golangci
Here are 5 public repositories matching this topic...
morsencoder is an api that listens for any request to the endpoint "/encode" with a query parameter text like "/encode?text=text to morse code encode", encodes that text and returns it back to the client as string.
-
Updated
Sep 28, 2022 - Go
Fizzbuzz api listens for a http request for route '/fizzbuzz/count'. When request comes, it makes an array with fizzbuzz game rules to send as response. Like [1,2,"fizz",4,"buzz"...,14,"fizzbuzz",]
-
Updated
Dec 30, 2021 - Go
This api contains product ,category and basket product models. It provides routes and handlers for this routes to be able to provide a simple e-commerce product listing, product basketing and basket controlling operations totally.
-
Updated
Dec 30, 2021 - Go
Improve this page
Add a description, image, and links to the golangci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the golangci topic, visit your repo's landing page and select "manage topics."