Releases: jcalvarezj/jikko-golang
Releases · jcalvarezj/jikko-golang
Jikko-Golang 1.1
Adds the /swagger endpoint to display API documentation, as well as some fixes and validations on database connection
jikko-golang - Complete (Fixed JSON tags)
Fixes JSON tags for the arrays service, so that the properties of the responded JSON are exactly "sorted" and "unsorted" (no capital letters)
jikko-golang complete
Exposes endpoints for two services: arrays and users
Check README for more info.
jikko-golang - Arrays sorting
This release includes a functional Web served in Go that listens on port 8080 and serves POST requests on the /arrays/ endpoint to sort them using mergesort (see README for compilation and details)