Skip to content

Releases: jcalvarezj/jikko-golang

Jikko-Golang 1.1

21 Mar 01:12
Compare
Choose a tag to compare

Adds the /swagger endpoint to display API documentation, as well as some fixes and validations on database connection

jikko-golang - Complete (Fixed JSON tags)

15 Mar 02:03
Compare
Choose a tag to compare

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

15 Mar 01:42
Compare
Choose a tag to compare

Exposes endpoints for two services: arrays and users
Check README for more info.

jikko-golang - Arrays sorting

13 Mar 22:30
Compare
Choose a tag to compare

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)