gorsk-gin icon indicating copy to clipboard operation
gorsk-gin copied to clipboard

🔥 Idiomatic Golang Restful Starter Kit using Gin

Results 1 gorsk-gin issues
Sort by recently updated
recently updated
newest added

here is swagger annotation about pwChange: https://github.com/ribice/gorsk-gin/blob/master/cmd/api/service/account.go#L34 ``` // swagger:operation PATCH /v1/users/{id}/password users pwChange // --- // summary: Changes user's password. // description: If user's old passowrd is correct, it...