package
0.0.0-20220629154210-8c91fe22242f
Repository: https://github.com/ribgsilva/note-api.git
Documentation: pkg.go.dev
# Functions
Get godoc @Summary Find a notes @Description Find a notes using its id @Tags Note @Produce json @Param id path string true "Note id" @Success 200 {object} note.Note @Failure 400 {array} handler.Error @Failure 404 {object} handler.Error @Router /v1/notes/{id} [get].